#D6B05D

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

Shades of Equator #D6B05D

Tints of Equator #D6B05D

Color information

#D6B05D (or 0xD6B05D) is unknown color: approx Equator. HEX triplet: D6, B0 and 5D. RGB value is (214,176,93). Sum of RGB (Red+Green+Blue) = 214+176+93=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B05D is #294FA2. Grayscale: #B2B2B2. Windows color (decimal): -2707363 or 6140118. OLE color: 6140118.

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

Color convert

RGB21417693-
CMYK00.180.570.16
HSL41.16º59.61%60.2%-
HSV(B)41.16º56.54%83.92%-
XYZ45.2346.1416.88-
YUV177.980.09153.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 176 (69.14% from 255) = 36.44%
BLUE value IS 93 (36.72% from 255) = 19.25%
R=44.31%
G=36.44%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141769300.180.570.1641.1659.6160.2
HexD6B05D0123910293c3c
Octal3262601350227120517474
Binary1101011010110000101110101001011100110000101001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B05D; }

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

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

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

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

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

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

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

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