#DBB069

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

Shades of Equator #DBB069

Tints of Equator #DBB069

Color information

#DBB069 (or 0xDBB069) is unknown color: approx Equator. HEX triplet: DB, B0 and 69. RGB value is (219,176,105). Sum of RGB (Red+Green+Blue) = 219+176+105=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB069 is #244F96. Grayscale: #B5B5B5. Windows color (decimal): -2379671 or 6926555. OLE color: 6926555.

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

Color convert

RGB219176105-
CMYK00.200.520.14
HSL37.37º61.29%63.53%-
HSV(B)37.37º52.05%85.88%-
XYZ47.2947.1319.97-
YUV180.7685.25155.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.8%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 105 (41.41% from 255) = 21%
R=43.8%
G=35.2%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917610500.200.520.1437.3761.2963.53
HexDBB06901434E253d40
Octal33326015102464164575100
Binary1101101110110000110100101010011010011101001011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB069; }

 p { color: rgb(219,176,105); }

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

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

 a { background-color: rgb(219,176,105); }

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

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

 span { border-color: rgb(219,176,105); }

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