Html Css Color HEX #D4A96C Putty

📋 copy color: '#D4A96C'

red 212 ◦ green 169 ◦ blue 108

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

Shades of Putty #D4A96C

Tints of Putty #D4A96C

RGB

 RED value IS 212 (83.2% from 255) = 43.35%

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

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

R = 43.35%
G = 34.56%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4A96C (or 0xD4A96C) is known color: Putty. HEX triplet: D4, A9 and 6C. RGB value is (212,169,108). Sum of RGB (Red+Green+Blue) = 212+169+108=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A96C is #2B5693. Grayscale: #AFAFAF. Windows color (decimal): -2840212 or 7121364. OLE color: 7121364.

HSL color Cylindrical-coordinate representation of color #D4A96C: hue angle of 35.19º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4A96C is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 169 108 -
CMYK 0 0.20 0.49 0.17
HSL 35.19º 0.55% 0.63% -
HSV(B) 35.19º 0.49% 0.83% -
XYZ 44.05 43.46 20.25 -
YUV 174.9 90.25 154.46 -
System Red Green Blue C M Y K H S L
Decimal 212 169 108 0 0.20 0.49 0.17 35.19 0.55 0.63
Hex D4 A9 6C 0 14 31 11 23 37 3F
Octal 324 251 154 0 24 61 21 43 67 77
Binary 11010100 10101001 1101100 0 10100 110001 10001 100011 110111 111111

Color Harmonies of #D4A96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A96C

Black with #D4A96C

Text Example


Text Example

White with #D4A96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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