Html Css Color HEX #DBB572 Putty

📋 copy color: '#DBB572'

red 219 ◦ green 181 ◦ blue 114

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

Shades of Putty #DBB572

Tints of Putty #DBB572

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.21%

 BLUE value IS 114 (44.92% from 255) = 22.18%

R = 42.61%
G = 35.21%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBB572 (or 0xDBB572) is known color: Putty. HEX triplet: DB, B5 and 72. RGB value is (219,181,114). Sum of RGB (Red+Green+Blue) = 219+181+114=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB572 is #244A8D. Grayscale: #B9B9B9. Windows color (decimal): -2378382 or 7517659. OLE color: 7517659.

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

Color convert

RGB 219 181 114 -
CMYK 0 0.17 0.48 0.14
HSL 38.29º 0.59% 0.65% -
HSV(B) 38.29º 0.48% 0.86% -
XYZ 48.77 49.32 22.87 -
YUV 184.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 219 181 114 0 0.17 0.48 0.14 38.29 0.59 0.65
Hex DB B5 72 0 11 30 E 26 3B 41
Octal 333 265 162 0 21 60 16 46 73 101
Binary 11011011 10110101 1110010 0 10001 110000 1110 100110 111011 1000001

Color Harmonies of #DBB572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB572

Black with #DBB572

Text Example


Text Example

White with #DBB572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB572; }

 p { color: rgb(219,181,114); }

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

background-color css

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

 a { background-color: rgb(219,181,114); }

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

border-color css

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

 span { border-color: rgb(219,181,114); }

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