Html Css Color HEX #D0A56D Putty

📋 copy color: '#D0A56D'

red 208 ◦ green 165 ◦ blue 109

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

Shades of Putty #D0A56D

Tints of Putty #D0A56D

RGB

 RED value IS 208 (81.64% from 255) = 43.15%

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

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 43.15%
G = 34.23%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0A56D (or 0xD0A56D) is known color: Putty. HEX triplet: D0, A5 and 6D. RGB value is (208,165,109). Sum of RGB (Red+Green+Blue) = 208+165+109=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A56D is #2F5A92. Grayscale: #ABABAB. Windows color (decimal): -3103379 or 7185872. OLE color: 7185872.

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

Color convert

RGB 208 165 109 -
CMYK 0 0.21 0.48 0.18
HSL 33.94º 0.51% 0.62% -
HSV(B) 33.94º 0.48% 0.82% -
XYZ 42.23 41.42 20.24 -
YUV 171.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 208 165 109 0 0.21 0.48 0.18 33.94 0.51 0.62
Hex D0 A5 6D 0 15 30 12 22 33 3E
Octal 320 245 155 0 25 60 22 42 63 76
Binary 11010000 10100101 1101101 0 10101 110000 10010 100010 110011 111110

Color Harmonies of #D0A56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A56D

Black with #D0A56D

Text Example


Text Example

White with #D0A56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A56D; }

 p { color: rgb(208,165,109); }

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

background-color css

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

 a { background-color: rgb(208,165,109); }

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

border-color css

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

 span { border-color: rgb(208,165,109); }

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