#CA870D

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

Shades of Dark Goldenrod #CA870D

Tints of Dark Goldenrod #CA870D

Color information

#CA870D (or 0xCA870D) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 87 and 0D. RGB value is (202,135,13). Sum of RGB (Red+Green+Blue) = 202+135+13=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA870D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA870D is #3578F2. Grayscale: #8D8D8D. Windows color (decimal): -3504371 or 886730. OLE color: 886730.

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

Color convert

RGB20213513-
CMYK00.330.940.21
HSL38.73º87.91%42.16%-
HSV(B)38.73º93.56%79.22%-
XYZ33.0929.914.41-
YUV141.1255.7171.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.71%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 13 (5.47% from 255) = 3.71%
R=57.71%
G=38.57%
B=3.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021351300.330.940.2138.7387.9142.16
HexCA87D0215E1527582a
Octal31220715041136254713052
Binary1100101010000111110101000011011110101011001111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA870D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA870D; }

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

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

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

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

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

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

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

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