#CA8915

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

Shades of Dark Goldenrod #CA8915

Tints of Dark Goldenrod #CA8915

Color information

#CA8915 (or 0xCA8915) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 89 and 15. RGB value is (202,137,21). Sum of RGB (Red+Green+Blue) = 202+137+21=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8915 is #3576EA. Grayscale: #8F8F8F. Windows color (decimal): -3503851 or 1411530. OLE color: 1411530.

HSL color Cylindrical-coordinate representation of color #CA8915: hue angle of 38.45º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA8915 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB20213721-
CMYK00.320.900.21
HSL38.45º81.17%43.73%-
HSV(B)38.45º89.6%79.22%-
XYZ33.4430.54.83-
YUV143.2159.03169.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.11%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 21 (8.59% from 255) = 5.83%
R=56.11%
G=38.06%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021372100.320.900.2138.4581.1743.73
HexCA89150205A1526512c
Octal31221125040132254612154
Binary11001010100010011010101000001011010101011001101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8915; }

 p { color: rgb(202,137,21); }

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

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

 a { background-color: rgb(202,137,21); }

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

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

 span { border-color: rgb(202,137,21); }

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