Html Css Color HEX #DBAB71 Putty

📋 copy color: '#DBAB71'

red 219 ◦ green 171 ◦ blue 113

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

Shades of Putty #DBAB71

Tints of Putty #DBAB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.47%

R = 43.54%
G = 34%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBAB71 (or 0xDBAB71) is known color: Putty. HEX triplet: DB, AB and 71. RGB value is (219,171,113). Sum of RGB (Red+Green+Blue) = 219+171+113=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB71 is #24548E. Grayscale: #B3B3B3. Windows color (decimal): -2380943 or 7449563. OLE color: 7449563.

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

Color convert

RGB 219 171 113 -
CMYK 0 0.22 0.48 0.14
HSL 32.83º 0.6% 0.65% -
HSV(B) 32.83º 0.48% 0.86% -
XYZ 46.76 45.38 21.92 -
YUV 178.74 90.9 156.72 -
System Red Green Blue C M Y K H S L
Decimal 219 171 113 0 0.22 0.48 0.14 32.83 0.6 0.65
Hex DB AB 71 0 16 30 E 21 3C 41
Octal 333 253 161 0 26 60 16 41 74 101
Binary 11011011 10101011 1110001 0 10110 110000 1110 100001 111100 1000001

Color Harmonies of #DBAB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB71

Black with #DBAB71

Text Example


Text Example

White with #DBAB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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