#CA9D54

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

Shades of Twine #CA9D54

Tints of Twine #CA9D54

Color information

#CA9D54 (or 0xCA9D54) is unknown color: approx Twine. HEX triplet: CA, 9D and 54. RGB value is (202,157,84). Sum of RGB (Red+Green+Blue) = 202+157+84=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9D54 is #3562AB. Grayscale: #A2A2A2. Windows color (decimal): -3498668 or 5545418. OLE color: 5545418.

HSL color Cylindrical-coordinate representation of color #CA9D54: hue angle of 37.12º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA9D54 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB20215784-
CMYK00.220.580.21
HSL37.12º52.68%56.08%-
HSV(B)37.12º58.42%79.22%-
XYZ38.0137.3113.59-
YUV162.1383.91156.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 157 (61.72% from 255) = 35.44%
BLUE value IS 84 (33.20% from 255) = 18.96%
R=45.60%
G=35.44%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021578400.220.580.2137.1252.6856.08
HexCA9D540163A15253538
Octal3122351240267225456570
Binary1100101010011101101010001011011101010101100101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9D54; }

 p { color: rgb(202,157,84); }

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

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

 a { background-color: rgb(202,157,84); }

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

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

 span { border-color: rgb(202,157,84); }

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