Html Css Color HEX #D2A56B Putty

📋 copy color: '#D2A56B'

red 210 ◦ green 165 ◦ blue 107

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

Shades of Putty #D2A56B

Tints of Putty #D2A56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.2%

R = 43.57%
G = 34.23%
B = 22.2%

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

#D2A56B (or 0xD2A56B) is known color: Putty. HEX triplet: D2, A5 and 6B. RGB value is (210,165,107). Sum of RGB (Red+Green+Blue) = 210+165+107=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A56B is #2D5A94. Grayscale: #ACACAC. Windows color (decimal): -2972309 or 7054802. OLE color: 7054802.

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

Color convert

RGB 210 165 107 -
CMYK 0 0.21 0.49 0.18
HSL 33.79º 0.53% 0.62% -
HSV(B) 33.79º 0.49% 0.82% -
XYZ 42.69 41.67 19.7 -
YUV 171.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 210 165 107 0 0.21 0.49 0.18 33.79 0.53 0.62
Hex D2 A5 6B 0 15 31 12 22 35 3E
Octal 322 245 153 0 25 61 22 42 65 76
Binary 11010010 10100101 1101011 0 10101 110001 10010 100010 110101 111110

Color Harmonies of #D2A56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A56B

Black with #D2A56B

Text Example


Text Example

White with #D2A56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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