#CD9451

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

Shades of Twine #CD9451

Tints of Twine #CD9451

Color information

#CD9451 (or 0xCD9451) is unknown color: approx Twine. HEX triplet: CD, 94 and 51. RGB value is (205,148,81). Sum of RGB (Red+Green+Blue) = 205+148+81=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9451 is #326BAE. Grayscale: #9D9D9D. Windows color (decimal): -3304367 or 5346509. OLE color: 5346509.

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

Color convert

RGB20514881-
CMYK00.280.600.20
HSL32.42º55.36%56.08%-
HSV(B)32.42º60.49%80.39%-
XYZ37.2534.7512.53-
YUV157.484.88161.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.24%
GREEN value IS 148 (58.20% from 255) = 34.10%
BLUE value IS 81 (32.03% from 255) = 18.66%
R=47.24%
G=34.10%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051488100.280.600.2032.4255.3656.08
HexCD945101C3C14203738
Octal3152241210347424406770
Binary1100110110010100101000101110011110010100100000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9451; }

 p { color: rgb(205,148,81); }

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

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

 a { background-color: rgb(205,148,81); }

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

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

 span { border-color: rgb(205,148,81); }

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