Html Css Color HEX #D1B56C Putty

📋 copy color: '#D1B56C'

red 209 ◦ green 181 ◦ blue 108

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

Shades of Putty #D1B56C

Tints of Putty #D1B56C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.69%

R = 41.97%
G = 36.35%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1B56C (or 0xD1B56C) is known color: Putty. HEX triplet: D1, B5 and 6C. RGB value is (209,181,108). Sum of RGB (Red+Green+Blue) = 209+181+108=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B56C is #2E4A93. Grayscale: #B5B5B5. Windows color (decimal): -3033748 or 7124433. OLE color: 7124433.

HSL color Cylindrical-coordinate representation of color #D1B56C: hue angle of 43.37º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1B56C is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 181 108 -
CMYK 0 0.13 0.48 0.18
HSL 43.37º 0.52% 0.62% -
HSV(B) 43.37º 0.48% 0.82% -
XYZ 45.53 47.69 20.99 -
YUV 181.05 86.78 147.94 -
System Red Green Blue C M Y K H S L
Decimal 209 181 108 0 0.13 0.48 0.18 43.37 0.52 0.62
Hex D1 B5 6C 0 D 30 12 2B 34 3E
Octal 321 265 154 0 15 60 22 53 64 76
Binary 11010001 10110101 1101100 0 1101 110000 10010 101011 110100 111110

Color Harmonies of #D1B56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B56C

Black with #D1B56C

Text Example


Text Example

White with #D1B56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B56C; }

 p { color: rgb(209,181,108); }

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

background-color css

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

 a { background-color: rgb(209,181,108); }

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

border-color css

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

 span { border-color: rgb(209,181,108); }

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