#CA9105

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

Shades of Dark Goldenrod #CA9105

Tints of Dark Goldenrod #CA9105

Color information

#CA9105 (or 0xCA9105) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 91 and 05. RGB value is (202,145,5). Sum of RGB (Red+Green+Blue) = 202+145+5=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9105 is #356EFA. Grayscale: #929292. Windows color (decimal): -3501819 or 365002. OLE color: 365002.

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

Color convert

RGB2021455-
CMYK00.280.980.21
HSL42.64º95.17%40.59%-
HSV(B)42.64º97.52%79.22%-
XYZ34.5132.824.66-
YUV146.0848.38167.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 145 (57.03% from 255) = 41.19%
BLUE value IS 5 (2.34% from 255) = 1.42%
R=57.39%
G=41.19%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202145500.280.980.2142.6495.1740.59
HexCA91501C62152b5f29
Octal3122215034142255313751
Binary11001010100100011010111001100010101011010111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9105; }

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

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

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

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

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

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

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

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