Html Css Color HEX #DBAB70 Putty

📋 copy color: '#DBAB70'

red 219 ◦ green 171 ◦ blue 112

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

Shades of Putty #DBAB70

Tints of Putty #DBAB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.31%

R = 43.63%
G = 34.06%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBAB70 (or 0xDBAB70) is known color: Putty. HEX triplet: DB, AB and 70. RGB value is (219,171,112). Sum of RGB (Red+Green+Blue) = 219+171+112=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB70 is #24548F. Grayscale: #B2B2B2. Windows color (decimal): -2380944 or 7384027. OLE color: 7384027.

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

Color convert

RGB 219 171 112 -
CMYK 0 0.22 0.49 0.14
HSL 33.08º 0.6% 0.65% -
HSV(B) 33.08º 0.49% 0.86% -
XYZ 46.7 45.36 21.62 -
YUV 178.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 219 171 112 0 0.22 0.49 0.14 33.08 0.6 0.65
Hex DB AB 70 0 16 31 E 21 3C 41
Octal 333 253 160 0 26 61 16 41 74 101
Binary 11011011 10101011 1110000 0 10110 110001 1110 100001 111100 1000001

Color Harmonies of #DBAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB70

Black with #DBAB70

Text Example


Text Example

White with #DBAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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