Html Css Color HEX #D1B972 Putty

📋 copy color: '#D1B972'

red 209 ◦ green 185 ◦ blue 114

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

Shades of Putty #D1B972

Tints of Putty #D1B972

RGB

 RED value IS 209 (82.03% from 255) = 41.14%

 GREEN value IS 185 (72.66% from 255) = 36.42%

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

R = 41.14%
G = 36.42%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D1B972 (or 0xD1B972) is known color: Putty. HEX triplet: D1, B9 and 72. RGB value is (209,185,114). Sum of RGB (Red+Green+Blue) = 209+185+114=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B972 is #2E468D. Grayscale: #B8B8B8. Windows color (decimal): -3032718 or 7518673. OLE color: 7518673.

HSL color Cylindrical-coordinate representation of color #D1B972: hue angle of 44.84º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1B972 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 185 114 -
CMYK 0 0.11 0.45 0.18
HSL 44.84º 0.51% 0.63% -
HSV(B) 44.84º 0.45% 0.82% -
XYZ 46.68 49.47 23.01 -
YUV 184.08 88.45 145.77 -
System Red Green Blue C M Y K H S L
Decimal 209 185 114 0 0.11 0.45 0.18 44.84 0.51 0.63
Hex D1 B9 72 0 B 2D 12 2D 33 3F
Octal 321 271 162 0 13 55 22 55 63 77
Binary 11010001 10111001 1110010 0 1011 101101 10010 101101 110011 111111

Color Harmonies of #D1B972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B972

Black with #D1B972

Text Example


Text Example

White with #D1B972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B972; }

 p { color: rgb(209,185,114); }

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

background-color css

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

 a { background-color: rgb(209,185,114); }

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

border-color css

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

 span { border-color: rgb(209,185,114); }

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