Html Css Color HEX #DBAB65 Equator

📋 copy color: '#DBAB65'

red 219 ◦ green 171 ◦ blue 101

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

Shades of Equator #DBAB65

Tints of Equator #DBAB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.57%

R = 44.6%
G = 34.83%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBAB65 (or 0xDBAB65) is known color: Equator. HEX triplet: DB, AB and 65. RGB value is (219,171,101). Sum of RGB (Red+Green+Blue) = 219+171+101=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB65 is #24549A. Grayscale: #B1B1B1. Windows color (decimal): -2380955 or 6663131. OLE color: 6663131.

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

Color convert

RGB 219 171 101 -
CMYK 0 0.22 0.54 0.14
HSL 35.59º 0.62% 0.63% -
HSV(B) 35.59º 0.54% 0.86% -
XYZ 46.13 45.13 18.59 -
YUV 177.37 84.9 157.69 -
System Red Green Blue C M Y K H S L
Decimal 219 171 101 0 0.22 0.54 0.14 35.59 0.62 0.63
Hex DB AB 65 0 16 36 E 24 3E 3F
Octal 333 253 145 0 26 66 16 44 76 77
Binary 11011011 10101011 1100101 0 10110 110110 1110 100100 111110 111111

Color Harmonies of #DBAB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB65

Black with #DBAB65

Text Example


Text Example

White with #DBAB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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