#DBAE68

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

Shades of Equator #DBAE68

Tints of Equator #DBAE68

Color information

#DBAE68 (or 0xDBAE68) is unknown color: approx Equator. HEX triplet: DB, AE and 68. RGB value is (219,174,104). Sum of RGB (Red+Green+Blue) = 219+174+104=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE68 is #245197. Grayscale: #B3B3B3. Windows color (decimal): -2380184 or 6860507. OLE color: 6860507.

HSL color Cylindrical-coordinate representation of color #DBAE68: hue angle of 36.52º degrees, saturation: 0.61, 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 #DBAE68 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB219174104-
CMYK00.210.530.14
HSL36.52º61.5%63.33%-
HSV(B)36.52º52.51%85.88%-
XYZ46.8546.3319.57-
YUV179.4785.41156.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.06%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 104 (41.02% from 255) = 20.93%
R=44.06%
G=35.01%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917410400.210.530.1436.5261.563.33
HexDBAE6801535E253d3f
Octal3332561500256516457577
Binary110110111010111011010000101011101011110100101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAE68; }

 p { color: rgb(219,174,104); }

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

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

 a { background-color: rgb(219,174,104); }

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

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

 span { border-color: rgb(219,174,104); }

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