#CA860D

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

Shades of Dark Goldenrod #CA860D

Tints of Dark Goldenrod #CA860D

Color information

#CA860D (or 0xCA860D) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 86 and 0D. RGB value is (202,134,13). Sum of RGB (Red+Green+Blue) = 202+134+13=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA860D is #3579F2. Grayscale: #8D8D8D. Windows color (decimal): -3504627 or 886474. OLE color: 886474.

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

Color convert

RGB20213413-
CMYK00.340.940.21
HSL38.41º87.91%42.16%-
HSV(B)38.41º93.56%79.22%-
XYZ32.9529.644.36-
YUV140.5456.03171.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.88%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 13 (5.47% from 255) = 3.72%
R=57.88%
G=38.40%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021341300.340.940.2138.4187.9142.16
HexCA86D0225E1526582a
Octal31220615042136254613052
Binary1100101010000110110101000101011110101011001101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA860D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA860D; }

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

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

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

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

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

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

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

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