Html Css Color HEX #CC8904 Dark Goldenrod

📋 copy color: '#CC8904'

red 204 ◦ green 137 ◦ blue 4

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

Shades of Dark Goldenrod #CC8904

Tints of Dark Goldenrod #CC8904

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.71%

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

R = 59.13%
G = 39.71%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC8904 (or 0xCC8904) is known color: Dark Goldenrod. HEX triplet: CC, 89 and 04. RGB value is (204,137,4). Sum of RGB (Red+Green+Blue) = 204+137+4=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8904 is #3376FB. Grayscale: #8E8E8E. Windows color (decimal): -3372796 or 297420. OLE color: 297420.

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

Color convert

RGB 204 137 4 -
CMYK 0 0.33 0.98 0.2
HSL 39.9º 0.96% 0.41% -
HSV(B) 39.9º 0.98% 0.8% -
XYZ 33.87 30.74 4.26 -
YUV 141.87 50.2 172.31 -
System Red Green Blue C M Y K H S L
Decimal 204 137 4 0 0.33 0.98 0.2 39.9 0.96 0.41
Hex CC 89 4 0 21 62 14 28 60 29
Octal 314 211 4 0 41 142 24 50 140 51
Binary 11001100 10001001 100 0 100001 1100010 10100 101000 1100000 101001

Color Harmonies of #CC8904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8904

Black with #CC8904

Text Example


Text Example

White with #CC8904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8904; }

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

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

background-color css

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

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

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

border-color css

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

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

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