Html Css Color HEX #D2A56C Putty

📋 copy color: '#D2A56C'

red 210 ◦ green 165 ◦ blue 108

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

Shades of Putty #D2A56C

Tints of Putty #D2A56C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.36%

R = 43.48%
G = 34.16%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2A56C (or 0xD2A56C) is known color: Putty. HEX triplet: D2, A5 and 6C. RGB value is (210,165,108). Sum of RGB (Red+Green+Blue) = 210+165+108=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A56C is #2D5A93. Grayscale: #ACACAC. Windows color (decimal): -2972308 or 7120338. OLE color: 7120338.

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

Color convert

RGB 210 165 108 -
CMYK 0 0.21 0.49 0.18
HSL 33.53º 0.53% 0.62% -
HSV(B) 33.53º 0.49% 0.82% -
XYZ 42.74 41.69 19.98 -
YUV 171.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 210 165 108 0 0.21 0.49 0.18 33.53 0.53 0.62
Hex D2 A5 6C 0 15 31 12 22 35 3E
Octal 322 245 154 0 25 61 22 42 65 76
Binary 11010010 10100101 1101100 0 10101 110001 10010 100010 110101 111110

Color Harmonies of #D2A56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A56C

Black with #D2A56C

Text Example


Text Example

White with #D2A56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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