#CA8413

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

Shades of Dark Goldenrod #CA8413

Tints of Dark Goldenrod #CA8413

Color information

#CA8413 (or 0xCA8413) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 84 and 13. RGB value is (202,132,19). Sum of RGB (Red+Green+Blue) = 202+132+19=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8413 is #357BEC. Grayscale: #8C8C8C. Windows color (decimal): -3505133 or 1279178. OLE color: 1279178.

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

Color convert

RGB20213219-
CMYK00.350.910.21
HSL37.05º82.81%43.33%-
HSV(B)37.05º90.59%79.22%-
XYZ32.7329.114.51-
YUV140.0559.69172.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 19 (7.81% from 255) = 5.38%
R=57.22%
G=37.39%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021321900.350.910.2137.0582.8143.33
HexCA84130235B1525532b
Octal31220423043133254512353
Binary11001010100001001001101000111011011101011001011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8413; }

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

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

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

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

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

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

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

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