Html Css Color HEX #D1A76A Putty

📋 copy color: '#D1A76A'

red 209 ◦ green 167 ◦ blue 106

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

Shades of Putty #D1A76A

Tints of Putty #D1A76A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.65%

 BLUE value IS 106 (41.8% from 255) = 21.99%

R = 43.36%
G = 34.65%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1A76A (or 0xD1A76A) is known color: Putty. HEX triplet: D1, A7 and 6A. RGB value is (209,167,106). Sum of RGB (Red+Green+Blue) = 209+167+106=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A76A is #2E5895. Grayscale: #ACACAC. Windows color (decimal): -3037334 or 6989777. OLE color: 6989777.

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

Color convert

RGB 209 167 106 -
CMYK 0 0.20 0.49 0.18
HSL 35.53º 0.53% 0.62% -
HSV(B) 35.53º 0.49% 0.82% -
XYZ 42.71 42.23 19.54 -
YUV 172.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 209 167 106 0 0.20 0.49 0.18 35.53 0.53 0.62
Hex D1 A7 6A 0 14 31 12 24 35 3E
Octal 321 247 152 0 24 61 22 44 65 76
Binary 11010001 10100111 1101010 0 10100 110001 10010 100100 110101 111110

Color Harmonies of #D1A76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A76A

Black with #D1A76A

Text Example


Text Example

White with #D1A76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A76A; }

 p { color: rgb(209,167,106); }

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

background-color css

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

 a { background-color: rgb(209,167,106); }

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

border-color css

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

 span { border-color: rgb(209,167,106); }

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