Html Css Color HEX #DBAB6E Putty

📋 copy color: '#DBAB6E'

red 219 ◦ green 171 ◦ blue 110

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

Shades of Putty #DBAB6E

Tints of Putty #DBAB6E

RGB

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

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

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

R = 43.8%
G = 34.2%
B = 22%

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

#DBAB6E (or 0xDBAB6E) is known color: Putty. HEX triplet: DB, AB and 6E. RGB value is (219,171,110). Sum of RGB (Red+Green+Blue) = 219+171+110=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB6E is #245491. Grayscale: #B2B2B2. Windows color (decimal): -2380946 or 7252955. OLE color: 7252955.

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

Color convert

RGB 219 171 110 -
CMYK 0 0.22 0.50 0.14
HSL 33.58º 0.6% 0.65% -
HSV(B) 33.58º 0.5% 0.86% -
XYZ 46.59 45.31 21.04 -
YUV 178.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 219 171 110 0 0.22 0.50 0.14 33.58 0.6 0.65
Hex DB AB 6E 0 16 32 E 22 3C 41
Octal 333 253 156 0 26 62 16 42 74 101
Binary 11011011 10101011 1101110 0 10110 110010 1110 100010 111100 1000001

Color Harmonies of #DBAB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB6E

Black with #DBAB6E

Text Example


Text Example

White with #DBAB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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