Html Css Color HEX #D2AE78 Putty

📋 copy color: '#D2AE78'

red 210 ◦ green 174 ◦ blue 120

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

Shades of Putty #D2AE78

Tints of Putty #D2AE78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.81%

R = 41.67%
G = 34.52%
B = 23.81%

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

#D2AE78 (or 0xD2AE78) is known color: Putty. HEX triplet: D2, AE and 78. RGB value is (210,174,120). Sum of RGB (Red+Green+Blue) = 210+174+120=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AE78 is #2D5187. Grayscale: #B2B2B2. Windows color (decimal): -2969992 or 7909074. OLE color: 7909074.

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

Color convert

RGB 210 174 120 -
CMYK 0 0.17 0.43 0.18
HSL 36º 0.5% 0.65% -
HSV(B) 36º 0.43% 0.82% -
XYZ 45.1 45.33 24.14 -
YUV 178.61 94.93 150.39 -
System Red Green Blue C M Y K H S L
Decimal 210 174 120 0 0.17 0.43 0.18 36 0.5 0.65
Hex D2 AE 78 0 11 2B 12 24 32 41
Octal 322 256 170 0 21 53 22 44 62 101
Binary 11010010 10101110 1111000 0 10001 101011 10010 100100 110010 1000001

Color Harmonies of #D2AE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AE78

Black with #D2AE78

Text Example


Text Example

White with #D2AE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AE78; }

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

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

background-color css

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

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

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

border-color css

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

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

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