Html Css Color HEX #DBB071 Putty

📋 copy color: '#DBB071'

red 219 ◦ green 176 ◦ blue 113

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

Shades of Putty #DBB071

Tints of Putty #DBB071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.65%

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

R = 43.11%
G = 34.65%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBB071 (or 0xDBB071) is known color: Putty. HEX triplet: DB, B0 and 71. RGB value is (219,176,113). Sum of RGB (Red+Green+Blue) = 219+176+113=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB071 is #244F8E. Grayscale: #B5B5B5. Windows color (decimal): -2379663 or 7450843. OLE color: 7450843.

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

Color convert

RGB 219 176 113 -
CMYK 0 0.20 0.48 0.14
HSL 35.66º 0.6% 0.65% -
HSV(B) 35.66º 0.48% 0.86% -
XYZ 47.72 47.3 22.24 -
YUV 181.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 219 176 113 0 0.20 0.48 0.14 35.66 0.6 0.65
Hex DB B0 71 0 14 30 E 24 3C 41
Octal 333 260 161 0 24 60 16 44 74 101
Binary 11011011 10110000 1110001 0 10100 110000 1110 100100 111100 1000001

Color Harmonies of #DBB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB071

Black with #DBB071

Text Example


Text Example

White with #DBB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB071; }

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

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

background-color css

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

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

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

border-color css

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

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

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