#DFBD62

Color #DFBD62 Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #DFBD62

Tints of Equator #DFBD62

Color information

#DFBD62 (or 0xDFBD62) is unknown color: approx Equator. HEX triplet: DF, BD and 62. RGB value is (223,189,98). Sum of RGB (Red+Green+Blue) = 223+189+98=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD62 is #20429D. Grayscale: #BDBDBD. Windows color (decimal): -2114206 or 6471135. OLE color: 6471135.

HSL color Cylindrical-coordinate representation of color #DFBD62: hue angle of 43.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFBD62 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22318998-
CMYK00.150.560.13
HSL43.68º66.14%62.94%-
HSV(B)43.68º56.05%87.45%-
XYZ50.8352.9719.1-
YUV188.7976.76152.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 43.73%
GREEN value IS 189 (74.22% from 255) = 37.06%
BLUE value IS 98 (38.67% from 255) = 19.22%
R=43.73%
G=37.06%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231899800.150.560.1343.6866.1462.94
HexDFBD620F38D2c423f
Octal33727514201770155410277
Binary110111111011110111000100111111100011011011001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBD62; }

 p { color: rgb(223,189,98); }

 H1.HeaderClassName
 {
   color: #DFBD62;
 }
 .AnyTagClassName
 {
   color: #DFBD62;
 }
</style>
background-color css

<style>
 a { background-color: #DFBD62; }

 a { background-color: rgb(223,189,98); }

 div.DivClassName
 {
   background-color: #DFBD62;
 }
 .BgClassName
 {
   background-color: #DFBD62;
 }
</style>
border-color css

<style>
 span { border-color: #DFBD62; }

 span { border-color: rgb(223,189,98); }

 td.TdClassName
 {
   border-color: #DFBD62;
 }
 .TagClassName
 {
   border-color: #DFBD62;
 }
</style>