Html Css Color HEX #D0A56E Putty

📋 copy color: '#D0A56E'

red 208 ◦ green 165 ◦ blue 110

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

Shades of Putty #D0A56E

Tints of Putty #D0A56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.77%

R = 43.06%
G = 34.16%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0A56E (or 0xD0A56E) is known color: Putty. HEX triplet: D0, A5 and 6E. RGB value is (208,165,110). Sum of RGB (Red+Green+Blue) = 208+165+110=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A56E is #2F5A91. Grayscale: #ABABAB. Windows color (decimal): -3103378 or 7251408. OLE color: 7251408.

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

Color convert

RGB 208 165 110 -
CMYK 0 0.21 0.47 0.18
HSL 33.67º 0.51% 0.62% -
HSV(B) 33.67º 0.47% 0.82% -
XYZ 42.28 41.45 20.52 -
YUV 171.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 208 165 110 0 0.21 0.47 0.18 33.67 0.51 0.62
Hex D0 A5 6E 0 15 2F 12 22 33 3E
Octal 320 245 156 0 25 57 22 42 63 76
Binary 11010000 10100101 1101110 0 10101 101111 10010 100010 110011 111110

Color Harmonies of #D0A56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A56E

Black with #D0A56E

Text Example


Text Example

White with #D0A56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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