#DFB06A

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

Shades of Equator #DFB06A

Tints of Equator #DFB06A

Color information

#DFB06A (or 0xDFB06A) is unknown color: approx Equator. HEX triplet: DF, B0 and 6A. RGB value is (223,176,106). Sum of RGB (Red+Green+Blue) = 223+176+106=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB06A is #204F95. Grayscale: #B6B6B6. Windows color (decimal): -2117526 or 6992095. OLE color: 6992095.

HSL color Cylindrical-coordinate representation of color #DFB06A: hue angle of 35.9º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFB06A is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB223176106-
CMYK00.210.520.13
HSL35.9º64.64%64.51%-
HSV(B)35.9º52.47%87.45%-
XYZ48.5647.7820.3-
YUV182.0785.07157.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.16%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 106 (41.80% from 255) = 20.99%
R=44.16%
G=34.85%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317610600.210.520.1335.964.6464.51
HexDFB06A01534D244141
Octal337260152025641544101101
Binary11011111101100001101010010101110100110110010010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB06A; }

 p { color: rgb(223,176,106); }

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

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

 a { background-color: rgb(223,176,106); }

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

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

 span { border-color: rgb(223,176,106); }

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