Html Css Color HEX #D2AE77 Putty

📋 copy color: '#D2AE77'

red 210 ◦ green 174 ◦ blue 119

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

Shades of Putty #D2AE77

Tints of Putty #D2AE77

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.59%

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

R = 41.75%
G = 34.59%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D2AE77 (or 0xD2AE77) is known color: Putty. HEX triplet: D2, AE and 77. RGB value is (210,174,119). Sum of RGB (Red+Green+Blue) = 210+174+119=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AE77 is #2D5188. Grayscale: #B2B2B2. Windows color (decimal): -2969993 or 7843538. OLE color: 7843538.

HSL color Cylindrical-coordinate representation of color #D2AE77: hue angle of 36.26º 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 #D2AE77 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 174 119 -
CMYK 0 0.17 0.43 0.18
HSL 36.26º 0.5% 0.65% -
HSV(B) 36.26º 0.43% 0.82% -
XYZ 45.04 45.31 23.82 -
YUV 178.49 94.43 150.47 -
System Red Green Blue C M Y K H S L
Decimal 210 174 119 0 0.17 0.43 0.18 36.26 0.5 0.65
Hex D2 AE 77 0 11 2B 12 24 32 41
Octal 322 256 167 0 21 53 22 44 62 101
Binary 11010010 10101110 1110111 0 10001 101011 10010 100100 110010 1000001

Color Harmonies of #D2AE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AE77

Black with #D2AE77

Text Example


Text Example

White with #D2AE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AE77; }

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

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

background-color css

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

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

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

border-color css

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

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

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