Html Css Color HEX #D0A46C Putty

📋 copy color: '#D0A46C'

red 208 ◦ green 164 ◦ blue 108

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

Shades of Putty #D0A46C

Tints of Putty #D0A46C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.17%

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

R = 43.33%
G = 34.17%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0A46C (or 0xD0A46C) is known color: Putty. HEX triplet: D0, A4 and 6C. RGB value is (208,164,108). Sum of RGB (Red+Green+Blue) = 208+164+108=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A46C is #2F5B93. Grayscale: #ABABAB. Windows color (decimal): -3103636 or 7120080. OLE color: 7120080.

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

Color convert

RGB 208 164 108 -
CMYK 0 0.21 0.48 0.18
HSL 33.6º 0.52% 0.62% -
HSV(B) 33.6º 0.48% 0.82% -
XYZ 41.99 41.04 19.9 -
YUV 170.77 92.58 154.55 -
System Red Green Blue C M Y K H S L
Decimal 208 164 108 0 0.21 0.48 0.18 33.6 0.52 0.62
Hex D0 A4 6C 0 15 30 12 22 34 3E
Octal 320 244 154 0 25 60 22 42 64 76
Binary 11010000 10100100 1101100 0 10101 110000 10010 100010 110100 111110

Color Harmonies of #D0A46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A46C

Black with #D0A46C

Text Example


Text Example

White with #D0A46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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