#cd9250

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

Shades of Twine #CD9250

Tints of Twine #CD9250

Color information

#CD9250 (or 0xCD9250) is unknown color: approx Twine. HEX triplet: CD, 92 and 50. RGB value is (205,146,80). Sum of RGB (Red+Green+Blue) = 205+146+80=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9250 is #326DAF. Grayscale: #9C9C9C. Windows color (decimal): -3304880 or 5280461. OLE color: 5280461.

HSL color Cylindrical-coordinate representation of color #CD9250: hue angle of 31.68º 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 #CD9250 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB20514680-
CMYK00.290.610.20
HSL31.68º55.56%55.88%-
HSV(B)31.68º60.98%80.39%-
XYZ36.934.1212.23-
YUV156.1285.05162.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 80 (31.64% from 255) = 18.56%
R=47.56%
G=33.87%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051468000.290.610.2031.6855.5655.88
HexCD925001D3D14203838
Octal3152221200357524407070
Binary1100110110010010101000001110111110110100100000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd9250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd9250; }

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

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

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

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

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

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

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

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