#CA8D16

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

Shades of Dark Goldenrod #CA8D16

Tints of Dark Goldenrod #CA8D16

Color information

#CA8D16 (or 0xCA8D16) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 8D and 16. RGB value is (202,141,22). Sum of RGB (Red+Green+Blue) = 202+141+22=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8D16 is #3572E9. Grayscale: #929292. Windows color (decimal): -3502826 or 1478090. OLE color: 1478090.

HSL color Cylindrical-coordinate representation of color #CA8D16: hue angle of 39.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA8D16 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB20214122-
CMYK00.300.890.21
HSL39.67º80.36%43.92%-
HSV(B)39.67º89.11%79.22%-
XYZ34.0331.665.08-
YUV145.6758.21168.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.34%
GREEN value IS 141 (55.47% from 255) = 38.63%
BLUE value IS 22 (8.98% from 255) = 6.03%
R=55.34%
G=38.63%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021412200.300.890.2139.6780.3643.92
HexCA8D1601E591528502c
Octal31221526036131255012054
Binary1100101010001101101100111101011001101011010001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8D16; }

 p { color: rgb(202,141,22); }

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

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

 a { background-color: rgb(202,141,22); }

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

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

 span { border-color: rgb(202,141,22); }

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