#CA8513

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

Shades of Dark Goldenrod #CA8513

Tints of Dark Goldenrod #CA8513

Color information

#CA8513 (or 0xCA8513) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 85 and 13. RGB value is (202,133,19). Sum of RGB (Red+Green+Blue) = 202+133+19=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8513 is #357AEC. Grayscale: #8D8D8D. Windows color (decimal): -3504877 or 1279434. OLE color: 1279434.

HSL color Cylindrical-coordinate representation of color #CA8513: hue angle of 37.38º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA8513 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB20213319-
CMYK00.340.910.21
HSL37.38º82.81%43.33%-
HSV(B)37.38º90.59%79.22%-
XYZ32.8629.384.55-
YUV140.6459.36171.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.06%
GREEN value IS 133 (52.34% from 255) = 37.57%
BLUE value IS 19 (7.81% from 255) = 5.37%
R=57.06%
G=37.57%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021331900.340.910.2137.3882.8143.33
HexCA85130225B1525532b
Octal31220523042133254512353
Binary11001010100001011001101000101011011101011001011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8513; }

 p { color: rgb(202,133,19); }

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

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

 a { background-color: rgb(202,133,19); }

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

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

 span { border-color: rgb(202,133,19); }

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