#CA9405

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

Shades of Dark Goldenrod #CA9405

Tints of Dark Goldenrod #CA9405

Color information

#CA9405 (or 0xCA9405) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 94 and 05. RGB value is (202,148,5). Sum of RGB (Red+Green+Blue) = 202+148+5=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9405 is #356BFA. Grayscale: #949494. Windows color (decimal): -3501051 or 365770. OLE color: 365770.

HSL color Cylindrical-coordinate representation of color #CA9405: hue angle of 43.55º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA9405 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB2021485-
CMYK00.270.980.21
HSL43.55º95.17%40.59%-
HSV(B)43.55º97.52%79.22%-
XYZ34.9733.754.81-
YUV147.8447.39166.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.90%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 5 (2.34% from 255) = 1.41%
R=56.90%
G=41.69%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202148500.270.980.2143.5595.1740.59
HexCA94501B62152c5f29
Octal3122245033142255413751
Binary11001010100101001010110111100010101011011001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9405; }

 p { color: rgb(202,148,5); }

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

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

 a { background-color: rgb(202,148,5); }

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

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

 span { border-color: rgb(202,148,5); }

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