Html Css Color HEX #DBAE60 Equator

📋 copy color: '#DBAE60'

red 219 ◦ green 174 ◦ blue 96

#DBAE60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Equator #DBAE60

Tints of Equator #DBAE60

RGB

 RED value IS 219 (85.94% from 255) = 44.79%

 GREEN value IS 174 (68.36% from 255) = 35.58%

 BLUE value IS 96 (37.89% from 255) = 19.63%

R = 44.79%
G = 35.58%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBAE60 (or 0xDBAE60) is known color: Equator. HEX triplet: DB, AE and 60. RGB value is (219,174,96). Sum of RGB (Red+Green+Blue) = 219+174+96=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE60 is #24519F. Grayscale: #B2B2B2. Windows color (decimal): -2380192 or 6336219. OLE color: 6336219.

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

Color convert

RGB 219 174 96 -
CMYK 0 0.21 0.56 0.14
HSL 38.05º 0.63% 0.62% -
HSV(B) 38.05º 0.56% 0.86% -
XYZ 46.46 46.18 17.53 -
YUV 178.56 81.41 156.84 -
System Red Green Blue C M Y K H S L
Decimal 219 174 96 0 0.21 0.56 0.14 38.05 0.63 0.62
Hex DB AE 60 0 15 38 E 26 3F 3E
Octal 333 256 140 0 25 70 16 46 77 76
Binary 11011011 10101110 1100000 0 10101 111000 1110 100110 111111 111110

Color Harmonies of #DBAE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE60

Black with #DBAE60

Text Example


Text Example

White with #DBAE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE60; }

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

 H1.HeaderClassName
 {
   color: #DBAE60;
 }
 .AnyTagClassName
 {
   color: #DBAE60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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