#CA900D

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

Shades of Dark Goldenrod #CA900D

Tints of Dark Goldenrod #CA900D

Color information

#CA900D (or 0xCA900D) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 90 and 0D. RGB value is (202,144,13). Sum of RGB (Red+Green+Blue) = 202+144+13=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA900D is #356FF2. Grayscale: #929292. Windows color (decimal): -3502067 or 889034. OLE color: 889034.

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

Color convert

RGB20214413-
CMYK00.290.940.21
HSL41.59º87.91%42.16%-
HSV(B)41.59º93.56%79.22%-
XYZ34.432.534.85-
YUV146.4152.72167.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.27%
GREEN value IS 144 (56.64% from 255) = 40.11%
BLUE value IS 13 (5.47% from 255) = 3.62%
R=56.27%
G=40.11%
B=3.62%

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
Decimal2021441300.290.940.2141.5987.9142.16
HexCA90D01D5E152a582a
Octal31222015035136255213052
Binary110010101001000011010111011011110101011010101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA900D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA900D; }

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

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

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

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

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

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

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

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