Html Css Color HEX #DBAE68 Equator

📋 copy color: '#DBAE68'

red 219 ◦ green 174 ◦ blue 104

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

Shades of Equator #DBAE68

Tints of Equator #DBAE68

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 value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBAE68 (or 0xDBAE68) is known color: 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

RGB 219 174 104 -
CMYK 0 0.21 0.53 0.14
HSL 36.52º 0.61% 0.63% -
HSV(B) 36.52º 0.53% 0.86% -
XYZ 46.85 46.33 19.57 -
YUV 179.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 219 174 104 0 0.21 0.53 0.14 36.52 0.61 0.63
Hex DB AE 68 0 15 35 E 25 3D 3F
Octal 333 256 150 0 25 65 16 45 75 77
Binary 11011011 10101110 1101000 0 10101 110101 1110 100101 111101 111111

Color Harmonies of #DBAE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE68

Black with #DBAE68

Text Example


Text Example

White with #DBAE68

Text Example


Text Example

HTML Codes & Css Web 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>