Html Css Color HEX #DBAA6E Putty

📋 copy color: '#DBAA6E'

red 219 ◦ green 170 ◦ blue 110

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

Shades of Putty #DBAA6E

Tints of Putty #DBAA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.04%

R = 43.89%
G = 34.07%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBAA6E (or 0xDBAA6E) is known color: Putty. HEX triplet: DB, AA and 6E. RGB value is (219,170,110). Sum of RGB (Red+Green+Blue) = 219+170+110=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA6E is #245591. Grayscale: #B2B2B2. Windows color (decimal): -2381202 or 7252699. OLE color: 7252699.

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

Color convert

RGB 219 170 110 -
CMYK 0 0.22 0.50 0.14
HSL 33.03º 0.6% 0.65% -
HSV(B) 33.03º 0.5% 0.86% -
XYZ 46.4 44.94 20.98 -
YUV 177.81 89.73 157.38 -
System Red Green Blue C M Y K H S L
Decimal 219 170 110 0 0.22 0.50 0.14 33.03 0.6 0.65
Hex DB AA 6E 0 16 32 E 21 3C 41
Octal 333 252 156 0 26 62 16 41 74 101
Binary 11011011 10101010 1101110 0 10110 110010 1110 100001 111100 1000001

Color Harmonies of #DBAA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA6E

Black with #DBAA6E

Text Example


Text Example

White with #DBAA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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