#CD9A56

Color #CD9A56 Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #CD9A56

Tints of Twine #CD9A56

Color information

#CD9A56 (or 0xCD9A56) is unknown color: approx Twine. HEX triplet: CD, 9A and 56. RGB value is (205,154,86). Sum of RGB (Red+Green+Blue) = 205+154+86=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9A56 is #3265A9. Grayscale: #A1A1A1. Windows color (decimal): -3302826 or 5675725. OLE color: 5675725.

HSL color Cylindrical-coordinate representation of color #CD9A56: hue angle of 34.29º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD9A56 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB20515486-
CMYK00.250.580.20
HSL34.29º54.34%57.06%-
HSV(B)34.29º58.05%80.39%-
XYZ38.4136.7613.88-
YUV161.585.4159.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.07%
GREEN value IS 154 (60.55% from 255) = 34.61%
BLUE value IS 86 (33.98% from 255) = 19.33%
R=46.07%
G=34.61%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051548600.250.580.2034.2954.3457.06
HexCD9A560193A14223639
Octal3152321260317224426671
Binary1100110110011010101011001100111101010100100010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9A56; }

 p { color: rgb(205,154,86); }

 H1.HeaderClassName
 {
   color: #CD9A56;
 }
 .AnyTagClassName
 {
   color: #CD9A56;
 }
</style>
background-color css

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

 a { background-color: rgb(205,154,86); }

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

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

 span { border-color: rgb(205,154,86); }

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