Html Css Color HEX #DBAD6E Putty

📋 copy color: '#DBAD6E'

red 219 ◦ green 173 ◦ blue 110

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

Shades of Putty #DBAD6E

Tints of Putty #DBAD6E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.46%

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

R = 43.63%
G = 34.46%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBAD6E (or 0xDBAD6E) is known color: Putty. HEX triplet: DB, AD and 6E. RGB value is (219,173,110). Sum of RGB (Red+Green+Blue) = 219+173+110=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD6E is #245291. Grayscale: #B3B3B3. Windows color (decimal): -2380434 or 7253467. OLE color: 7253467.

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

Color convert

RGB 219 173 110 -
CMYK 0 0.21 0.50 0.14
HSL 34.68º 0.6% 0.65% -
HSV(B) 34.68º 0.5% 0.86% -
XYZ 46.97 46.07 21.17 -
YUV 179.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 219 173 110 0 0.21 0.50 0.14 34.68 0.6 0.65
Hex DB AD 6E 0 15 32 E 23 3C 41
Octal 333 255 156 0 25 62 16 43 74 101
Binary 11011011 10101101 1101110 0 10101 110010 1110 100011 111100 1000001

Color Harmonies of #DBAD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD6E

Black with #DBAD6E

Text Example


Text Example

White with #DBAD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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