Color Hex Logo

#dfb753 Color Hex

#DFB753
(223,183,83)
0 Favorites   0 Comments

Color spaces of #dfb753

RGB 22318383
HSL0.120.690.60
HSV43°63°87°
CMYK 0.000.180.63   0.13
XYZ48.926250.179515.2905
Yxy50.17950.42770.4386
Hunter Lab70.8375-0.678836.7883
CIE-Lab76.17933.392354.9736

#dfb753 color RGB value is (223,183,83).

#dfb753 hex color red value is 223, green value is 183 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dfb753 hue: 0.12 , saturation: 0.69 and the lightness value of dfb753 is 0.60.

The process color (four color CMYK) of #dfb753 color hex is 0.00, 0.18, 0.63, 0.13. Web safe color of #dfb753 is #cccc66. Color #dfb753 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 01010011
Octal 337 267 123
Decimal 223 183 83
Hex DF B7 53

RGB Percentages of Color #dfb753

%45.60
%37.42
%16.97

CMYK Percentages of Color #dfb753

%0
%18
%63
%13

Triadic Colors of #dfb753

#dfb753 #53dfb7 #b753df

Analogous Colors of #dfb753

#dfb753 #c1df53 #df7153

Monochromatic Colors of #dfb753

#dfb753

Complementary Color

#dfb753 #537bdf

#dfb753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb753 Color CSS Codes

.mybgcolor {background-color:#dfb753; } 
.myforecolor {color:#dfb753; }
.mybordercolor {border:3px solid #dfb753; }

#dfb753 Text Font Color

<p style="color:#dfb753">Text here</p>

This sample text font color is #dfb753
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfb753 Background Color

<div style="background-color:#dfb753">
Div content here</div>

This div background color is #dfb753


#dfb753 Border Color

<div style="border:3px solid #dfb753">
Div here</div>

This div border color is #dfb753


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,183,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfb753; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfb753;
  -webkit-box-shadow: 1px 1px 3px 2px #dfb753;
  box-shadow:         1px 1px 3px 2px #dfb753; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,183,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfb753">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb753;
  -webkit-box-shadow: 1px 1px 3px 2px #dfb753;
  box-shadow:         1px 1px 3px 2px #dfb753;">
Div content here</div>

This div box has shadow with color #dfb753


Comments

No comments written yet.

Please login to write comment.