#CD9854

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

Shades of Twine #CD9854

Tints of Twine #CD9854

Color information

#CD9854 (or 0xCD9854) is unknown color: approx Twine. HEX triplet: CD, 98 and 54. RGB value is (205,152,84). Sum of RGB (Red+Green+Blue) = 205+152+84=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9854 is #3267AB. Grayscale: #A0A0A0. Windows color (decimal): -3303340 or 5544141. OLE color: 5544141.

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

Color convert

RGB20515284-
CMYK00.260.590.20
HSL33.72º54.75%56.67%-
HSV(B)33.72º59.02%80.39%-
XYZ38.0136.0813.35-
YUV160.0985.06160.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.49%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 84 (33.20% from 255) = 19.05%
R=46.49%
G=34.47%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051528400.260.590.2033.7254.7556.67
HexCD985401A3B14223739
Octal3152301240327324426771
Binary1100110110011000101010001101011101110100100010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9854; }

 p { color: rgb(205,152,84); }

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

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

 a { background-color: rgb(205,152,84); }

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

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

 span { border-color: rgb(205,152,84); }

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