Html Css Color HEX #D4A86D Putty

📋 copy color: '#D4A86D'

red 212 ◦ green 168 ◦ blue 109

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

Shades of Putty #D4A86D

Tints of Putty #D4A86D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.36%

 BLUE value IS 109 (42.97% from 255) = 22.29%

R = 43.35%
G = 34.36%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4A86D (or 0xD4A86D) is known color: Putty. HEX triplet: D4, A8 and 6D. RGB value is (212,168,109). Sum of RGB (Red+Green+Blue) = 212+168+109=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A86D is #2B5792. Grayscale: #AEAEAE. Windows color (decimal): -2840467 or 7186644. OLE color: 7186644.

HSL color Cylindrical-coordinate representation of color #D4A86D: hue angle of 34.37º degrees, saturation: 0.54, 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 #D4A86D is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 168 109 -
CMYK 0 0.21 0.49 0.17
HSL 34.37º 0.54% 0.63% -
HSV(B) 34.37º 0.49% 0.83% -
XYZ 43.91 43.11 20.47 -
YUV 174.43 91.08 154.8 -
System Red Green Blue C M Y K H S L
Decimal 212 168 109 0 0.21 0.49 0.17 34.37 0.54 0.63
Hex D4 A8 6D 0 15 31 11 22 36 3F
Octal 324 250 155 0 25 61 21 42 66 77
Binary 11010100 10101000 1101101 0 10101 110001 10001 100010 110110 111111

Color Harmonies of #D4A86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A86D

Black with #D4A86D

Text Example


Text Example

White with #D4A86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A86D; }

 p { color: rgb(212,168,109); }

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

background-color css

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

 a { background-color: rgb(212,168,109); }

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

border-color css

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

 span { border-color: rgb(212,168,109); }

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