Html Css Color HEX #CC9104 Dark Goldenrod

📋 copy color: '#CC9104'

red 204 ◦ green 145 ◦ blue 4

#CC9104
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #CC9104

Tints of Dark Goldenrod #CC9104

RGB

 RED value IS 204 (80.08% from 255) = 57.79%

 GREEN value IS 145 (57.03% from 255) = 41.08%

 BLUE value IS 4 (1.95% from 255) = 1.13%

R = 57.79%
G = 41.08%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC9104 (or 0xCC9104) is known color: Dark Goldenrod. HEX triplet: CC, 91 and 04. RGB value is (204,145,4). Sum of RGB (Red+Green+Blue) = 204+145+4=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9104 is #336EFB. Grayscale: #939393. Windows color (decimal): -3370748 or 299468. OLE color: 299468.

HSL color Cylindrical-coordinate representation of color #CC9104: hue angle of 42.3º degrees, saturation: 0.96, 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 #CC9104 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 145 4 -
CMYK 0 0.29 0.98 0.2
HSL 42.3º 0.96% 0.41% -
HSV(B) 42.3º 0.98% 0.8% -
XYZ 35.05 33.1 4.66 -
YUV 146.57 47.55 168.96 -
System Red Green Blue C M Y K H S L
Decimal 204 145 4 0 0.29 0.98 0.2 42.3 0.96 0.41
Hex CC 91 4 0 1D 62 14 2A 60 29
Octal 314 221 4 0 35 142 24 52 140 51
Binary 11001100 10010001 100 0 11101 1100010 10100 101010 1100000 101001

Color Harmonies of #CC9104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9104

Black with #CC9104

Text Example


Text Example

White with #CC9104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9104; }

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

 H1.HeaderClassName
 {
   color: #CC9104;
 }
 .AnyTagClassName
 {
   color: #CC9104;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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