#CA8615

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

Shades of Dark Goldenrod #CA8615

Tints of Dark Goldenrod #CA8615

Color information

#CA8615 (or 0xCA8615) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 86 and 15. RGB value is (202,134,21). Sum of RGB (Red+Green+Blue) = 202+134+21=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8615 is #3579EA. Grayscale: #8D8D8D. Windows color (decimal): -3504619 or 1410762. OLE color: 1410762.

HSL color Cylindrical-coordinate representation of color #CA8615: hue angle of 37.46º 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 #CA8615 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB20213421-
CMYK00.340.900.21
HSL37.46º81.17%43.73%-
HSV(B)37.46º89.6%79.22%-
XYZ33.0229.664.69-
YUV141.4560.03171.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.58%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 21 (8.59% from 255) = 5.88%
R=56.58%
G=37.54%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021342100.340.900.2137.4681.1743.73
HexCA86150225A1525512c
Octal31220625042132254512154
Binary11001010100001101010101000101011010101011001011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8615; }

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

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

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

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

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

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

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

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