#D9B068

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

Shades of Equator #D9B068

Tints of Equator #D9B068

Color information

#D9B068 (or 0xD9B068) is unknown color: approx Equator. HEX triplet: D9, B0 and 68. RGB value is (217,176,104). Sum of RGB (Red+Green+Blue) = 217+176+104=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B068 is #264F97. Grayscale: #B4B4B4. Windows color (decimal): -2510744 or 6861017. OLE color: 6861017.

HSL color Cylindrical-coordinate representation of color #D9B068: hue angle of 38.23º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9B068 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB217176104-
CMYK00.190.520.15
HSL38.23º59.79%62.94%-
HSV(B)38.23º52.07%85.1%-
XYZ46.6446.819.67-
YUV180.0585.08154.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.66%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 104 (41.02% from 255) = 20.93%
R=43.66%
G=35.41%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717610400.190.520.1538.2359.7962.94
HexD9B06801334F263c3f
Octal3312601500236417467477
Binary110110011011000011010000100111101001111100110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B068; }

 p { color: rgb(217,176,104); }

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

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

 a { background-color: rgb(217,176,104); }

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

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

 span { border-color: rgb(217,176,104); }

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