Html Css Color HEX #DBAB5E Equator

📋 copy color: '#DBAB5E'

red 219 ◦ green 171 ◦ blue 94

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

Shades of Equator #DBAB5E

Tints of Equator #DBAB5E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.33%

 BLUE value IS 94 (37.11% from 255) = 19.42%

R = 45.25%
G = 35.33%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DBAB5E (or 0xDBAB5E) is known color: Equator. HEX triplet: DB, AB and 5E. RGB value is (219,171,94). Sum of RGB (Red+Green+Blue) = 219+171+94=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB5E is #2454A1. Grayscale: #B0B0B0. Windows color (decimal): -2380962 or 6204379. OLE color: 6204379.

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

Color convert

RGB 219 171 94 -
CMYK 0 0.22 0.57 0.14
HSL 36.96º 0.63% 0.61% -
HSV(B) 36.96º 0.57% 0.86% -
XYZ 45.8 44.99 16.86 -
YUV 176.57 81.4 158.26 -
System Red Green Blue C M Y K H S L
Decimal 219 171 94 0 0.22 0.57 0.14 36.96 0.63 0.61
Hex DB AB 5E 0 16 39 E 25 3F 3D
Octal 333 253 136 0 26 71 16 45 77 75
Binary 11011011 10101011 1011110 0 10110 111001 1110 100101 111111 111101

Color Harmonies of #DBAB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB5E

Black with #DBAB5E

Text Example


Text Example

White with #DBAB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB5E; }

 p { color: rgb(219,171,94); }

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

background-color css

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

 a { background-color: rgb(219,171,94); }

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

border-color css

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

 span { border-color: rgb(219,171,94); }

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