#dfb75c

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

Shades of Equator #DFB75C

Tints of Equator #DFB75C

Color information

#DFB75C (or 0xDFB75C) is unknown color: approx Equator. HEX triplet: DF, B7 and 5C. RGB value is (223,183,92). Sum of RGB (Red+Green+Blue) = 223+183+92=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB75C is #2048A3. Grayscale: #B8B8B8. Windows color (decimal): -2115748 or 6076383. OLE color: 6076383.

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

Color convert

RGB22318392-
CMYK00.180.590.13
HSL41.68º67.18%61.76%-
HSV(B)41.68º58.74%87.45%-
XYZ49.350.3317.24-
YUV184.5975.75155.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 183 (71.88% from 255) = 36.75%
BLUE value IS 92 (36.33% from 255) = 18.47%
R=44.78%
G=36.75%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231839200.180.590.1341.6867.1861.76
HexDFB75C0123BD2a433e
Octal33726713402273155210376
Binary1101111110110111101110001001011101111011010101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfb75c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfb75c; }

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

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

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

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

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

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

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

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