#D6B067

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

Shades of Equator #D6B067

Tints of Equator #D6B067

Color information

#D6B067 (or 0xD6B067) is unknown color: approx Equator. HEX triplet: D6, B0 and 67. RGB value is (214,176,103). Sum of RGB (Red+Green+Blue) = 214+176+103=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B067 is #294F98. Grayscale: #B3B3B3. Windows color (decimal): -2707353 or 6795478. OLE color: 6795478.

HSL color Cylindrical-coordinate representation of color #D6B067: hue angle of 39.46º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6B067 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB214176103-
CMYK00.180.520.16
HSL39.46º57.51%62.16%-
HSV(B)39.46º51.87%83.92%-
XYZ45.7146.3319.36-
YUV179.0485.09152.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 176 (69.14% from 255) = 35.70%
BLUE value IS 103 (40.62% from 255) = 20.89%
R=43.41%
G=35.70%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417610300.180.520.1639.4657.5162.16
HexD6B0670123410273a3e
Octal3262601470226420477276
Binary1101011010110000110011101001011010010000100111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B067; }

 p { color: rgb(214,176,103); }

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

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

 a { background-color: rgb(214,176,103); }

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

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

 span { border-color: rgb(214,176,103); }

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