Html Css Color HEX #DBB574 Putty

📋 copy color: '#DBB574'

red 219 ◦ green 181 ◦ blue 116

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

Shades of Putty #DBB574

Tints of Putty #DBB574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.48%

R = 42.44%
G = 35.08%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBB574 (or 0xDBB574) is known color: Putty. HEX triplet: DB, B5 and 74. RGB value is (219,181,116). Sum of RGB (Red+Green+Blue) = 219+181+116=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB574 is #244A8B. Grayscale: #B9B9B9. Windows color (decimal): -2378380 or 7648731. OLE color: 7648731.

HSL color Cylindrical-coordinate representation of color #DBB574: hue angle of 37.86º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBB574 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 181 116 -
CMYK 0 0.17 0.47 0.14
HSL 37.86º 0.59% 0.66% -
HSV(B) 37.86º 0.47% 0.86% -
XYZ 48.89 49.37 23.48 -
YUV 184.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 219 181 116 0 0.17 0.47 0.14 37.86 0.59 0.66
Hex DB B5 74 0 11 2F E 26 3B 42
Octal 333 265 164 0 21 57 16 46 73 102
Binary 11011011 10110101 1110100 0 10001 101111 1110 100110 111011 1000010

Color Harmonies of #DBB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB574

Black with #DBB574

Text Example


Text Example

White with #DBB574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB574; }

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

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

background-color css

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

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

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

border-color css

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

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

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