Html Css Color HEX #D1B56B Putty

📋 copy color: '#D1B56B'

red 209 ◦ green 181 ◦ blue 107

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

Shades of Putty #D1B56B

Tints of Putty #D1B56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.53%

R = 42.05%
G = 36.42%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1B56B (or 0xD1B56B) is known color: Putty. HEX triplet: D1, B5 and 6B. RGB value is (209,181,107). Sum of RGB (Red+Green+Blue) = 209+181+107=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B56B is #2E4A94. Grayscale: #B5B5B5. Windows color (decimal): -3033749 or 7058897. OLE color: 7058897.

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

Color convert

RGB 209 181 107 -
CMYK 0 0.13 0.49 0.18
HSL 43.53º 0.53% 0.62% -
HSV(B) 43.53º 0.49% 0.82% -
XYZ 45.47 47.66 20.71 -
YUV 180.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 209 181 107 0 0.13 0.49 0.18 43.53 0.53 0.62
Hex D1 B5 6B 0 D 31 12 2C 35 3E
Octal 321 265 153 0 15 61 22 54 65 76
Binary 11010001 10110101 1101011 0 1101 110001 10010 101100 110101 111110

Color Harmonies of #D1B56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B56B

Black with #D1B56B

Text Example


Text Example

White with #D1B56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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