Html Css Color HEX #DBAA68 Equator

📋 copy color: '#DBAA68'

red 219 ◦ green 170 ◦ blue 104

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

Shades of Equator #DBAA68

Tints of Equator #DBAA68

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.48%

 BLUE value IS 104 (41.02% from 255) = 21.1%

R = 44.42%
G = 34.48%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBAA68 (or 0xDBAA68) is known color: Equator. HEX triplet: DB, AA and 68. RGB value is (219,170,104). Sum of RGB (Red+Green+Blue) = 219+170+104=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA68 is #245597. Grayscale: #B1B1B1. Windows color (decimal): -2381208 or 6859483. OLE color: 6859483.

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

Color convert

RGB 219 170 104 -
CMYK 0 0.22 0.53 0.14
HSL 34.43º 0.61% 0.63% -
HSV(B) 34.43º 0.53% 0.86% -
XYZ 46.09 44.81 19.32 -
YUV 177.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 219 170 104 0 0.22 0.53 0.14 34.43 0.61 0.63
Hex DB AA 68 0 16 35 E 22 3D 3F
Octal 333 252 150 0 26 65 16 42 75 77
Binary 11011011 10101010 1101000 0 10110 110101 1110 100010 111101 111111

Color Harmonies of #DBAA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA68

Black with #DBAA68

Text Example


Text Example

White with #DBAA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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