#CD9950

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

Shades of Twine #CD9950

Tints of Twine #CD9950

Color information

#CD9950 (or 0xCD9950) is unknown color: approx Twine. HEX triplet: CD, 99 and 50. RGB value is (205,153,80). Sum of RGB (Red+Green+Blue) = 205+153+80=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9950 is #3266AF. Grayscale: #A0A0A0. Windows color (decimal): -3303088 or 5282253. OLE color: 5282253.

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

Color convert

RGB20515380-
CMYK00.250.610.20
HSL35.04º55.56%55.88%-
HSV(B)35.04º60.98%80.39%-
XYZ38.0236.3412.6-
YUV160.2382.73159.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.80%
GREEN value IS 153 (60.16% from 255) = 34.93%
BLUE value IS 80 (31.64% from 255) = 18.26%
R=46.80%
G=34.93%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051538000.250.610.2035.0455.5655.88
HexCD99500193D14233838
Octal3152311200317524437070
Binary1100110110011001101000001100111110110100100011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9950; }

 p { color: rgb(205,153,80); }

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

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

 a { background-color: rgb(205,153,80); }

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

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

 span { border-color: rgb(205,153,80); }

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