#DFB462

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

Shades of Equator #DFB462

Tints of Equator #DFB462

Color information

#DFB462 (or 0xDFB462) is unknown color: approx Equator. HEX triplet: DF, B4 and 62. RGB value is (223,180,98). Sum of RGB (Red+Green+Blue) = 223+180+98=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB462 is #204B9D. Grayscale: #B7B7B7. Windows color (decimal): -2116510 or 6468831. OLE color: 6468831.

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

Color convert

RGB22318098-
CMYK00.190.560.13
HSL39.36º66.14%62.94%-
HSV(B)39.36º56.05%87.45%-
XYZ48.9649.2118.47-
YUV183.5179.75156.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.51%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 98 (38.67% from 255) = 19.56%
R=44.51%
G=35.93%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231809800.190.560.1339.3666.1462.94
HexDFB46201338D27423f
Octal33726414202370154710277
Binary1101111110110100110001001001111100011011001111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB462; }

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

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

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

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

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

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

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

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