Html Css Color HEX #D4A874 Putty

📋 copy color: '#D4A874'

red 212 ◦ green 168 ◦ blue 116

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

Shades of Putty #D4A874

Tints of Putty #D4A874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.39%

R = 42.74%
G = 33.87%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D4A874 (or 0xD4A874) is known color: Putty. HEX triplet: D4, A8 and 74. RGB value is (212,168,116). Sum of RGB (Red+Green+Blue) = 212+168+116=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A874 is #2B578B. Grayscale: #AFAFAF. Windows color (decimal): -2840460 or 7645396. OLE color: 7645396.

HSL color Cylindrical-coordinate representation of color #D4A874: hue angle of 32.5º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4A874 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 168 116 -
CMYK 0 0.21 0.45 0.17
HSL 32.5º 0.53% 0.64% -
HSV(B) 32.5º 0.45% 0.83% -
XYZ 44.31 43.26 22.54 -
YUV 175.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 212 168 116 0 0.21 0.45 0.17 32.5 0.53 0.64
Hex D4 A8 74 0 15 2D 11 20 35 40
Octal 324 250 164 0 25 55 21 40 65 100
Binary 11010100 10101000 1110100 0 10101 101101 10001 100000 110101 1000000

Color Harmonies of #D4A874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A874

Black with #D4A874

Text Example


Text Example

White with #D4A874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A874; }

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

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

background-color css

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

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

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

border-color css

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

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

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