Html Css Color HEX #DBAB5D Equator

📋 copy color: '#DBAB5D'

red 219 ◦ green 171 ◦ blue 93

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

Shades of Equator #DBAB5D

Tints of Equator #DBAB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.25%

R = 45.34%
G = 35.4%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBAB5D (or 0xDBAB5D) is known color: Equator. HEX triplet: DB, AB and 5D. RGB value is (219,171,93). Sum of RGB (Red+Green+Blue) = 219+171+93=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB5D is #2454A2. Grayscale: #B0B0B0. Windows color (decimal): -2380963 or 6138843. OLE color: 6138843.

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

Color convert

RGB 219 171 93 -
CMYK 0 0.22 0.58 0.14
HSL 37.14º 0.64% 0.61% -
HSV(B) 37.14º 0.58% 0.86% -
XYZ 45.75 44.98 16.63 -
YUV 176.46 80.9 158.34 -
System Red Green Blue C M Y K H S L
Decimal 219 171 93 0 0.22 0.58 0.14 37.14 0.64 0.61
Hex DB AB 5D 0 16 3A E 25 40 3D
Octal 333 253 135 0 26 72 16 45 100 75
Binary 11011011 10101011 1011101 0 10110 111010 1110 100101 1000000 111101

Color Harmonies of #DBAB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB5D

Black with #DBAB5D

Text Example


Text Example

White with #DBAB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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