Html Css Color HEX #D0A36C Putty

📋 copy color: '#D0A36C'

red 208 ◦ green 163 ◦ blue 108

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

Shades of Putty #D0A36C

Tints of Putty #D0A36C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.03%

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

R = 43.42%
G = 34.03%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0A36C (or 0xD0A36C) is known color: Putty. HEX triplet: D0, A3 and 6C. RGB value is (208,163,108). Sum of RGB (Red+Green+Blue) = 208+163+108=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A36C is #2F5C93. Grayscale: #AAAAAA. Windows color (decimal): -3103892 or 7119824. OLE color: 7119824.

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

Color convert

RGB 208 163 108 -
CMYK 0 0.22 0.48 0.18
HSL 33º 0.52% 0.62% -
HSV(B) 33º 0.48% 0.82% -
XYZ 41.82 40.69 19.84 -
YUV 170.19 92.91 154.97 -
System Red Green Blue C M Y K H S L
Decimal 208 163 108 0 0.22 0.48 0.18 33 0.52 0.62
Hex D0 A3 6C 0 16 30 12 21 34 3E
Octal 320 243 154 0 26 60 22 41 64 76
Binary 11010000 10100011 1101100 0 10110 110000 10010 100001 110100 111110

Color Harmonies of #D0A36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A36C

Black with #D0A36C

Text Example


Text Example

White with #D0A36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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