#DFB25C

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

Shades of Equator #DFB25C

Tints of Equator #DFB25C

Color information

#DFB25C (or 0xDFB25C) is unknown color: approx Equator. HEX triplet: DF, B2 and 5C. RGB value is (223,178,92). Sum of RGB (Red+Green+Blue) = 223+178+92=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB25C is #204DA3. Grayscale: #B6B6B6. Windows color (decimal): -2117028 or 6075103. OLE color: 6075103.

HSL color Cylindrical-coordinate representation of color #DFB25C: hue angle of 39.39º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFB25C is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22317892-
CMYK00.200.590.13
HSL39.39º67.18%61.76%-
HSV(B)39.39º58.74%87.45%-
XYZ48.2848.316.9-
YUV181.6577.41157.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.23%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 92 (36.33% from 255) = 18.66%
R=45.23%
G=36.11%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231789200.200.590.1339.3967.1861.76
HexDFB25C0143BD27433e
Octal33726213402473154710376
Binary1101111110110010101110001010011101111011001111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB25C; }

 p { color: rgb(223,178,92); }

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

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

 a { background-color: rgb(223,178,92); }

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

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

 span { border-color: rgb(223,178,92); }

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