#DBB766

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

Shades of Equator #DBB766

Tints of Equator #DBB766

Color information

#DBB766 (or 0xDBB766) is unknown color: approx Equator. HEX triplet: DB, B7 and 66. RGB value is (219,183,102). Sum of RGB (Red+Green+Blue) = 219+183+102=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB766 is #244899. Grayscale: #B8B8B8. Windows color (decimal): -2377882 or 6731739. OLE color: 6731739.

HSL color Cylindrical-coordinate representation of color #DBB766: hue angle of 41.54º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBB766 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB219183102-
CMYK00.160.530.14
HSL41.54º61.9%62.94%-
HSV(B)41.54º53.42%85.88%-
XYZ48.5549.8919.64-
YUV184.5381.43152.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.45%
GREEN value IS 183 (71.88% from 255) = 36.31%
BLUE value IS 102 (40.23% from 255) = 20.24%
R=43.45%
G=36.31%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918310200.160.530.1441.5461.962.94
HexDBB76601035E2a3e3f
Octal3332671460206516527677
Binary110110111011011111001100100001101011110101010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB766; }

 p { color: rgb(219,183,102); }

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

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

 a { background-color: rgb(219,183,102); }

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

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

 span { border-color: rgb(219,183,102); }

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