Html Css Color HEX #D4AC69 Putty

📋 copy color: '#D4AC69'

red 212 ◦ green 172 ◦ blue 105

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

Shades of Putty #D4AC69

Tints of Putty #D4AC69

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.17%

 BLUE value IS 105 (41.41% from 255) = 21.47%

R = 43.35%
G = 35.17%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4AC69 (or 0xD4AC69) is known color: Putty. HEX triplet: D4, AC and 69. RGB value is (212,172,105). Sum of RGB (Red+Green+Blue) = 212+172+105=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AC69 is #2B5396. Grayscale: #B0B0B0. Windows color (decimal): -2839447 or 6925524. OLE color: 6925524.

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

Color convert

RGB 212 172 105 -
CMYK 0 0.19 0.50 0.17
HSL 37.57º 0.55% 0.62% -
HSV(B) 37.57º 0.5% 0.83% -
XYZ 44.45 44.52 19.62 -
YUV 176.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 212 172 105 0 0.19 0.50 0.17 37.57 0.55 0.62
Hex D4 AC 69 0 13 32 11 26 37 3E
Octal 324 254 151 0 23 62 21 46 67 76
Binary 11010100 10101100 1101001 0 10011 110010 10001 100110 110111 111110

Color Harmonies of #D4AC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AC69

Black with #D4AC69

Text Example


Text Example

White with #D4AC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AC69; }

 p { color: rgb(212,172,105); }

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

background-color css

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

 a { background-color: rgb(212,172,105); }

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

border-color css

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

 span { border-color: rgb(212,172,105); }

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