Html Css Color HEX #D2AD77 Putty

📋 copy color: '#D2AD77'

red 210 ◦ green 173 ◦ blue 119

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

Shades of Putty #D2AD77

Tints of Putty #D2AD77

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.46%

 BLUE value IS 119 (46.88% from 255) = 23.71%

R = 41.83%
G = 34.46%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D2AD77 (or 0xD2AD77) is known color: Putty. HEX triplet: D2, AD and 77. RGB value is (210,173,119). Sum of RGB (Red+Green+Blue) = 210+173+119=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AD77 is #2D5288. Grayscale: #B2B2B2. Windows color (decimal): -2970249 or 7843282. OLE color: 7843282.

HSL color Cylindrical-coordinate representation of color #D2AD77: hue angle of 35.6º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2AD77 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 173 119 -
CMYK 0 0.18 0.43 0.18
HSL 35.6º 0.5% 0.65% -
HSV(B) 35.6º 0.43% 0.82% -
XYZ 44.85 44.92 23.76 -
YUV 177.91 94.76 150.89 -
System Red Green Blue C M Y K H S L
Decimal 210 173 119 0 0.18 0.43 0.18 35.6 0.5 0.65
Hex D2 AD 77 0 12 2B 12 24 32 41
Octal 322 255 167 0 22 53 22 44 62 101
Binary 11010010 10101101 1110111 0 10010 101011 10010 100100 110010 1000001

Color Harmonies of #D2AD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD77

Black with #D2AD77

Text Example


Text Example

White with #D2AD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD77; }

 p { color: rgb(210,173,119); }

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

background-color css

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

 a { background-color: rgb(210,173,119); }

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

border-color css

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

 span { border-color: rgb(210,173,119); }

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