Html Css Color HEX #D4AA6B Putty

📋 copy color: '#D4AA6B'

red 212 ◦ green 170 ◦ blue 107

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

Shades of Putty #D4AA6B

Tints of Putty #D4AA6B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.76%

 BLUE value IS 107 (42.19% from 255) = 21.88%

R = 43.35%
G = 34.76%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4AA6B (or 0xD4AA6B) is known color: Putty. HEX triplet: D4, AA and 6B. RGB value is (212,170,107). Sum of RGB (Red+Green+Blue) = 212+170+107=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AA6B is #2B5594. Grayscale: #AFAFAF. Windows color (decimal): -2839957 or 7056084. OLE color: 7056084.

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

Color convert

RGB 212 170 107 -
CMYK 0 0.20 0.50 0.17
HSL 36º 0.55% 0.63% -
HSV(B) 36º 0.5% 0.83% -
XYZ 44.18 43.81 20.04 -
YUV 175.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 212 170 107 0 0.20 0.50 0.17 36 0.55 0.63
Hex D4 AA 6B 0 14 32 11 24 37 3F
Octal 324 252 153 0 24 62 21 44 67 77
Binary 11010100 10101010 1101011 0 10100 110010 10001 100100 110111 111111

Color Harmonies of #D4AA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AA6B

Black with #D4AA6B

Text Example


Text Example

White with #D4AA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AA6B; }

 p { color: rgb(212,170,107); }

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

background-color css

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

 a { background-color: rgb(212,170,107); }

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

border-color css

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

 span { border-color: rgb(212,170,107); }

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