#DFBB64

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

Shades of Equator #DFBB64

Tints of Equator #DFBB64

Color information

#DFBB64 (or 0xDFBB64) is unknown color: approx Equator. HEX triplet: DF, BB and 64. RGB value is (223,187,100). Sum of RGB (Red+Green+Blue) = 223+187+100=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB64 is #20449B. Grayscale: #BCBCBC. Windows color (decimal): -2114716 or 6601695. OLE color: 6601695.

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

Color convert

RGB223187100-
CMYK00.160.550.13
HSL42.44º65.78%63.33%-
HSV(B)42.44º55.16%87.45%-
XYZ50.552.1519.46-
YUV187.8578.43153.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.73%
GREEN value IS 187 (73.44% from 255) = 36.67%
BLUE value IS 100 (39.45% from 255) = 19.61%
R=43.73%
G=36.67%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318710000.160.550.1342.4465.7863.33
HexDFBB6401037D2a423f
Octal33727314402067155210277
Binary1101111110111011110010001000011011111011010101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBB64; }

 p { color: rgb(223,187,100); }

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

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

 a { background-color: rgb(223,187,100); }

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

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

 span { border-color: rgb(223,187,100); }

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