Html Css Color HEX #DBAD71 Putty

📋 copy color: '#DBAD71'

red 219 ◦ green 173 ◦ blue 113

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

Shades of Putty #DBAD71

Tints of Putty #DBAD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.38%

R = 43.37%
G = 34.26%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBAD71 (or 0xDBAD71) is known color: Putty. HEX triplet: DB, AD and 71. RGB value is (219,173,113). Sum of RGB (Red+Green+Blue) = 219+173+113=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD71 is #24528E. Grayscale: #B4B4B4. Windows color (decimal): -2380431 or 7450075. OLE color: 7450075.

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

Color convert

RGB 219 173 113 -
CMYK 0 0.21 0.48 0.14
HSL 33.96º 0.6% 0.65% -
HSV(B) 33.96º 0.48% 0.86% -
XYZ 47.14 46.14 22.04 -
YUV 179.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 219 173 113 0 0.21 0.48 0.14 33.96 0.6 0.65
Hex DB AD 71 0 15 30 E 22 3C 41
Octal 333 255 161 0 25 60 16 42 74 101
Binary 11011011 10101101 1110001 0 10101 110000 1110 100010 111100 1000001

Color Harmonies of #DBAD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD71

Black with #DBAD71

Text Example


Text Example

White with #DBAD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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