#DFBC64

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

Shades of Equator #DFBC64

Tints of Equator #DFBC64

Color information

#DFBC64 (or 0xDFBC64) is unknown color: approx Equator. HEX triplet: DF, BC and 64. RGB value is (223,188,100). Sum of RGB (Red+Green+Blue) = 223+188+100=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC64 is #20439B. Grayscale: #BCBCBC. Windows color (decimal): -2114460 or 6601951. OLE color: 6601951.

HSL color Cylindrical-coordinate representation of color #DFBC64: hue angle of 42.93º 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 #DFBC64 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB223188100-
CMYK00.160.550.13
HSL42.93º65.78%63.33%-
HSV(B)42.93º55.16%87.45%-
XYZ50.7152.5719.53-
YUV188.4378.1152.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.64%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 100 (39.45% from 255) = 19.57%
R=43.64%
G=36.79%
B=19.57%

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
Decimal22318810000.160.550.1342.9365.7863.33
HexDFBC6401037D2b423f
Octal33727414402067155310277
Binary1101111110111100110010001000011011111011010111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBC64; }

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

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

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

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

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

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

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

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