Html Css Color HEX #DBAA70 Putty

📋 copy color: '#DBAA70'

red 219 ◦ green 170 ◦ blue 112

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

Shades of Putty #DBAA70

Tints of Putty #DBAA70

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.93%

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

R = 43.71%
G = 33.93%
B = 22.36%

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

#DBAA70 (or 0xDBAA70) is known color: Putty. HEX triplet: DB, AA and 70. RGB value is (219,170,112). Sum of RGB (Red+Green+Blue) = 219+170+112=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA70 is #24558F. Grayscale: #B2B2B2. Windows color (decimal): -2381200 or 7383771. OLE color: 7383771.

HSL color Cylindrical-coordinate representation of color #DBAA70: hue angle of 32.52º 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 #DBAA70 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 170 112 -
CMYK 0 0.22 0.49 0.14
HSL 32.52º 0.6% 0.65% -
HSV(B) 32.52º 0.49% 0.86% -
XYZ 46.51 44.98 21.56 -
YUV 178.04 90.73 157.22 -
System Red Green Blue C M Y K H S L
Decimal 219 170 112 0 0.22 0.49 0.14 32.52 0.6 0.65
Hex DB AA 70 0 16 31 E 21 3C 41
Octal 333 252 160 0 26 61 16 41 74 101
Binary 11011011 10101010 1110000 0 10110 110001 1110 100001 111100 1000001

Color Harmonies of #DBAA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA70

Black with #DBAA70

Text Example


Text Example

White with #DBAA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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