Html Css Color HEX #D2A56A Putty

📋 copy color: '#D2A56A'

red 210 ◦ green 165 ◦ blue 106

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

Shades of Putty #D2A56A

Tints of Putty #D2A56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.04%

R = 43.66%
G = 34.3%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2A56A (or 0xD2A56A) is known color: Putty. HEX triplet: D2, A5 and 6A. RGB value is (210,165,106). Sum of RGB (Red+Green+Blue) = 210+165+106=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A56A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A56A is #2D5A95. Grayscale: #ACACAC. Windows color (decimal): -2972310 or 6989266. OLE color: 6989266.

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

Color convert

RGB 210 165 106 -
CMYK 0 0.21 0.50 0.18
HSL 34.04º 0.54% 0.62% -
HSV(B) 34.04º 0.5% 0.82% -
XYZ 42.64 41.65 19.43 -
YUV 171.73 90.91 155.3 -
System Red Green Blue C M Y K H S L
Decimal 210 165 106 0 0.21 0.50 0.18 34.04 0.54 0.62
Hex D2 A5 6A 0 15 32 12 22 36 3E
Octal 322 245 152 0 25 62 22 42 66 76
Binary 11010010 10100101 1101010 0 10101 110010 10010 100010 110110 111110

Color Harmonies of #D2A56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A56A

Black with #D2A56A

Text Example


Text Example

White with #D2A56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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