Html Css Color HEX #D0A96C Putty

📋 copy color: '#D0A96C'

red 208 ◦ green 169 ◦ blue 108

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

Shades of Putty #D0A96C

Tints of Putty #D0A96C

RGB

 RED value IS 208 (81.64% from 255) = 42.89%

 GREEN value IS 169 (66.41% from 255) = 34.85%

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

R = 42.89%
G = 34.85%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0A96C (or 0xD0A96C) is known color: Putty. HEX triplet: D0, A9 and 6C. RGB value is (208,169,108). Sum of RGB (Red+Green+Blue) = 208+169+108=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A96C is #2F5693. Grayscale: #ADADAD. Windows color (decimal): -3102356 or 7121360. OLE color: 7121360.

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

Color convert

RGB 208 169 108 -
CMYK 0 0.19 0.48 0.18
HSL 36.6º 0.52% 0.62% -
HSV(B) 36.6º 0.48% 0.82% -
XYZ 42.91 42.87 20.2 -
YUV 173.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 208 169 108 0 0.19 0.48 0.18 36.6 0.52 0.62
Hex D0 A9 6C 0 13 30 12 25 34 3E
Octal 320 251 154 0 23 60 22 45 64 76
Binary 11010000 10101001 1101100 0 10011 110000 10010 100101 110100 111110

Color Harmonies of #D0A96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A96C

Black with #D0A96C

Text Example


Text Example

White with #D0A96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A96C; }

 p { color: rgb(208,169,108); }

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

background-color css

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

 a { background-color: rgb(208,169,108); }

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

border-color css

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

 span { border-color: rgb(208,169,108); }

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