#D9B466

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

Shades of Equator #D9B466

Tints of Equator #D9B466

Color information

#D9B466 (or 0xD9B466) is unknown color: approx Equator. HEX triplet: D9, B4 and 66. RGB value is (217,180,102). Sum of RGB (Red+Green+Blue) = 217+180+102=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B466 is #264B99. Grayscale: #B6B6B6. Windows color (decimal): -2509722 or 6730969. OLE color: 6730969.

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

Color convert

RGB217180102-
CMYK00.170.530.15
HSL40.7º60.21%62.55%-
HSV(B)40.7º53%85.1%-
XYZ47.3348.3519.41-
YUV182.1782.76152.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.49%
GREEN value IS 180 (70.70% from 255) = 36.07%
BLUE value IS 102 (40.23% from 255) = 20.44%
R=43.49%
G=36.07%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718010200.170.530.1540.760.2162.55
HexD9B46601135F293c3f
Octal3312641460216517517477
Binary110110011011010011001100100011101011111101001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B466; }

 p { color: rgb(217,180,102); }

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

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

 a { background-color: rgb(217,180,102); }

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

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

 span { border-color: rgb(217,180,102); }

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