#DBB161

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

Shades of Equator #DBB161

Tints of Equator #DBB161

Color information

#DBB161 (or 0xDBB161) is unknown color: approx Equator. HEX triplet: DB, B1 and 61. RGB value is (219,177,97). Sum of RGB (Red+Green+Blue) = 219+177+97=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB161 is #244E9E. Grayscale: #B4B4B4. Windows color (decimal): -2379423 or 6402523. OLE color: 6402523.

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

Color convert

RGB21917797-
CMYK00.190.560.14
HSL39.34º62.89%61.96%-
HSV(B)39.34º55.71%85.88%-
XYZ47.0947.3717.97-
YUV180.4480.91155.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.42%
GREEN value IS 177 (69.53% from 255) = 35.90%
BLUE value IS 97 (38.28% from 255) = 19.68%
R=44.42%
G=35.90%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191779700.190.560.1439.3462.8961.96
HexDBB16101338E273f3e
Octal3332611410237016477776
Binary110110111011000111000010100111110001110100111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB161; }

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

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

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

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

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

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

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

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