Html Css Color HEX #D2AE75 Putty

📋 copy color: '#D2AE75'

red 210 ◦ green 174 ◦ blue 117

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

Shades of Putty #D2AE75

Tints of Putty #D2AE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.35%

R = 41.92%
G = 34.73%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D2AE75 (or 0xD2AE75) is known color: Putty. HEX triplet: D2, AE and 75. RGB value is (210,174,117). Sum of RGB (Red+Green+Blue) = 210+174+117=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AE75 is #2D518A. Grayscale: #B2B2B2. Windows color (decimal): -2969995 or 7712466. OLE color: 7712466.

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

Color convert

RGB 210 174 117 -
CMYK 0 0.17 0.44 0.18
HSL 36.77º 0.51% 0.64% -
HSV(B) 36.77º 0.44% 0.82% -
XYZ 44.93 45.26 23.2 -
YUV 178.27 93.43 150.63 -
System Red Green Blue C M Y K H S L
Decimal 210 174 117 0 0.17 0.44 0.18 36.77 0.51 0.64
Hex D2 AE 75 0 11 2C 12 25 33 40
Octal 322 256 165 0 21 54 22 45 63 100
Binary 11010010 10101110 1110101 0 10001 101100 10010 100101 110011 1000000

Color Harmonies of #D2AE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AE75

Black with #D2AE75

Text Example


Text Example

White with #D2AE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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