Html Css Color HEX #D1A56B Putty

📋 copy color: '#D1A56B'

red 209 ◦ green 165 ◦ blue 107

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

Shades of Putty #D1A56B

Tints of Putty #D1A56B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.3%

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

R = 43.45%
G = 34.3%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1A56B (or 0xD1A56B) is known color: Putty. HEX triplet: D1, A5 and 6B. RGB value is (209,165,107). Sum of RGB (Red+Green+Blue) = 209+165+107=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A56B is #2E5A94. Grayscale: #ABABAB. Windows color (decimal): -3037845 or 7054801. OLE color: 7054801.

HSL color Cylindrical-coordinate representation of color #D1A56B: hue angle of 34.12º 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 #D1A56B is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 165 107 -
CMYK 0 0.21 0.49 0.18
HSL 34.12º 0.53% 0.62% -
HSV(B) 34.12º 0.49% 0.82% -
XYZ 42.4 41.53 19.69 -
YUV 171.54 91.58 154.72 -
System Red Green Blue C M Y K H S L
Decimal 209 165 107 0 0.21 0.49 0.18 34.12 0.53 0.62
Hex D1 A5 6B 0 15 31 12 22 35 3E
Octal 321 245 153 0 25 61 22 42 65 76
Binary 11010001 10100101 1101011 0 10101 110001 10010 100010 110101 111110

Color Harmonies of #D1A56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A56B

Black with #D1A56B

Text Example


Text Example

White with #D1A56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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