Html Css Color HEX #D2A574 Putty

📋 copy color: '#D2A574'

red 210 ◦ green 165 ◦ blue 116

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

Shades of Putty #D2A574

Tints of Putty #D2A574

RGB

 RED value IS 210 (82.42% from 255) = 42.77%

 GREEN value IS 165 (64.84% from 255) = 33.6%

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

R = 42.77%
G = 33.6%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D2A574 (or 0xD2A574) is known color: Putty. HEX triplet: D2, A5 and 74. RGB value is (210,165,116). Sum of RGB (Red+Green+Blue) = 210+165+116=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A574 is #2D5A8B. Grayscale: #ADADAD. Windows color (decimal): -2972300 or 7644626. OLE color: 7644626.

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

Color convert

RGB 210 165 116 -
CMYK 0 0.21 0.45 0.18
HSL 31.28º 0.51% 0.64% -
HSV(B) 31.28º 0.45% 0.82% -
XYZ 43.19 41.87 22.33 -
YUV 172.87 95.91 154.48 -
System Red Green Blue C M Y K H S L
Decimal 210 165 116 0 0.21 0.45 0.18 31.28 0.51 0.64
Hex D2 A5 74 0 15 2D 12 1F 33 40
Octal 322 245 164 0 25 55 22 37 63 100
Binary 11010010 10100101 1110100 0 10101 101101 10010 11111 110011 1000000

Color Harmonies of #D2A574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A574

Black with #D2A574

Text Example


Text Example

White with #D2A574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A574; }

 p { color: rgb(210,165,116); }

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

background-color css

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

 a { background-color: rgb(210,165,116); }

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

border-color css

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

 span { border-color: rgb(210,165,116); }

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