#CA8F0D

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

Shades of Dark Goldenrod #CA8F0D

Tints of Dark Goldenrod #CA8F0D

Color information

#CA8F0D (or 0xCA8F0D) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 8F and 0D. RGB value is (202,143,13). Sum of RGB (Red+Green+Blue) = 202+143+13=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8F0D is #3570F2. Grayscale: #929292. Windows color (decimal): -3502323 or 888778. OLE color: 888778.

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

Color convert

RGB20214313-
CMYK00.290.940.21
HSL41.27º87.91%42.16%-
HSV(B)41.27º93.56%79.22%-
XYZ34.2532.234.8-
YUV145.8253.05168.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.42%
GREEN value IS 143 (56.25% from 255) = 39.94%
BLUE value IS 13 (5.47% from 255) = 3.63%
R=56.42%
G=39.94%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021431300.290.940.2141.2787.9142.16
HexCA8FD01D5E1529582a
Octal31221715035136255113052
Binary110010101000111111010111011011110101011010011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8F0D; }

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

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

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

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

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

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

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

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