Html Css Color HEX #D1B56E Putty

📋 copy color: '#D1B56E'

red 209 ◦ green 181 ◦ blue 110

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

Shades of Putty #D1B56E

Tints of Putty #D1B56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22%

R = 41.8%
G = 36.2%
B = 22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1B56E (or 0xD1B56E) is known color: Putty. HEX triplet: D1, B5 and 6E. RGB value is (209,181,110). Sum of RGB (Red+Green+Blue) = 209+181+110=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B56E is #2E4A91. Grayscale: #B5B5B5. Windows color (decimal): -3033746 or 7255505. OLE color: 7255505.

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

Color convert

RGB 209 181 110 -
CMYK 0 0.13 0.47 0.18
HSL 43.03º 0.52% 0.63% -
HSV(B) 43.03º 0.47% 0.82% -
XYZ 45.63 47.73 21.56 -
YUV 181.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 209 181 110 0 0.13 0.47 0.18 43.03 0.52 0.63
Hex D1 B5 6E 0 D 2F 12 2B 34 3F
Octal 321 265 156 0 15 57 22 53 64 77
Binary 11010001 10110101 1101110 0 1101 101111 10010 101011 110100 111111

Color Harmonies of #D1B56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B56E

Black with #D1B56E

Text Example


Text Example

White with #D1B56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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