Html Css Color HEX #DBAB5F Equator

📋 copy color: '#DBAB5F'

red 219 ◦ green 171 ◦ blue 95

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

Shades of Equator #DBAB5F

Tints of Equator #DBAB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.59%

R = 45.15%
G = 35.26%
B = 19.59%

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

#DBAB5F (or 0xDBAB5F) is known color: Equator. HEX triplet: DB, AB and 5F. RGB value is (219,171,95). Sum of RGB (Red+Green+Blue) = 219+171+95=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB5F is #2454A0. Grayscale: #B1B1B1. Windows color (decimal): -2380961 or 6269915. OLE color: 6269915.

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

Color convert

RGB 219 171 95 -
CMYK 0 0.22 0.57 0.14
HSL 36.77º 0.63% 0.62% -
HSV(B) 36.77º 0.57% 0.86% -
XYZ 45.84 45.01 17.1 -
YUV 176.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 219 171 95 0 0.22 0.57 0.14 36.77 0.63 0.62
Hex DB AB 5F 0 16 39 E 25 3F 3E
Octal 333 253 137 0 26 71 16 45 77 76
Binary 11011011 10101011 1011111 0 10110 111001 1110 100101 111111 111110

Color Harmonies of #DBAB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB5F

Black with #DBAB5F

Text Example


Text Example

White with #DBAB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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