#DBB15B

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

Shades of Equator #DBB15B

Tints of Equator #DBB15B

Color information

#DBB15B (or 0xDBB15B) is unknown color: approx Equator. HEX triplet: DB, B1 and 5B. RGB value is (219,177,91). Sum of RGB (Red+Green+Blue) = 219+177+91=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB15B is #244EA4. Grayscale: #B4B4B4. Windows color (decimal): -2379429 or 6009307. OLE color: 6009307.

HSL color Cylindrical-coordinate representation of color #DBB15B: hue angle of 40.31º 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 #DBB15B is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB21917791-
CMYK00.190.580.14
HSL40.31º64%60.78%-
HSV(B)40.31º58.45%85.88%-
XYZ46.8247.2616.55-
YUV179.7577.91155.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.97%
GREEN value IS 177 (69.53% from 255) = 36.34%
BLUE value IS 91 (35.94% from 255) = 18.69%
R=44.97%
G=36.34%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191779100.190.580.1440.316460.78
HexDBB15B0133AE28403d
Octal33326113302372165010075
Binary1101101110110001101101101001111101011101010001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB15B; }

 p { color: rgb(219,177,91); }

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

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

 a { background-color: rgb(219,177,91); }

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

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

 span { border-color: rgb(219,177,91); }

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