#DBB65D

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

Shades of Equator #DBB65D

Tints of Equator #DBB65D

Color information

#DBB65D (or 0xDBB65D) is unknown color: approx Equator. HEX triplet: DB, B6 and 5D. RGB value is (219,182,93). Sum of RGB (Red+Green+Blue) = 219+182+93=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB65D is #2449A2. Grayscale: #B7B7B7. Windows color (decimal): -2378147 or 6141659. OLE color: 6141659.

HSL color Cylindrical-coordinate representation of color #DBB65D: hue angle of 42.38º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBB65D is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB21918293-
CMYK00.170.580.14
HSL42.38º63.64%61.18%-
HSV(B)42.38º57.53%85.88%-
XYZ47.9249.3117.35-
YUV182.9277.26153.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.33%
GREEN value IS 182 (71.48% from 255) = 36.84%
BLUE value IS 93 (36.72% from 255) = 18.83%
R=44.33%
G=36.84%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191829300.170.580.1442.3863.6461.18
HexDBB65D0113AE2a403d
Octal33326613502172165210075
Binary1101101110110110101110101000111101011101010101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB65D; }

 p { color: rgb(219,182,93); }

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

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

 a { background-color: rgb(219,182,93); }

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

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

 span { border-color: rgb(219,182,93); }

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