#CC9105

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

Shades of Dark Goldenrod #CC9105

Tints of Dark Goldenrod #CC9105

Color information

#CC9105 (or 0xCC9105) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 91 and 05. RGB value is (204,145,5). Sum of RGB (Red+Green+Blue) = 204+145+5=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9105 is #336EFA. Grayscale: #939393. Windows color (decimal): -3370747 or 365004. OLE color: 365004.

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

Color convert

RGB2041455-
CMYK00.290.980.2
HSL42.21º95.22%40.98%-
HSV(B)42.21º97.55%80%-
XYZ35.0533.14.68-
YUV146.6848.05168.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.63%
GREEN value IS 145 (57.03% from 255) = 40.96%
BLUE value IS 5 (2.34% from 255) = 1.41%
R=57.63%
G=40.96%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204145500.290.980.242.2195.2240.98
HexCC91501D62142a5f29
Octal3142215035142245213751
Binary11001100100100011010111011100010101001010101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9105; }

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

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

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

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

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

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

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

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