Html Css Color HEX #CC7904 Dark Goldenrod

📋 copy color: '#CC7904'

red 204 ◦ green 121 ◦ blue 4

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

Shades of Dark Goldenrod #CC7904

Tints of Dark Goldenrod #CC7904

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.78%

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

R = 62.01%
G = 36.78%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC7904 (or 0xCC7904) is known color: Dark Goldenrod. HEX triplet: CC, 79 and 04. RGB value is (204,121,4). Sum of RGB (Red+Green+Blue) = 204+121+4=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7904 is #3386FB. Grayscale: #858585. Windows color (decimal): -3376892 or 293324. OLE color: 293324.

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

Color convert

RGB 204 121 4 -
CMYK 0 0.41 0.98 0.2
HSL 35.1º 0.96% 0.41% -
HSV(B) 35.1º 0.98% 0.8% -
XYZ 31.76 26.52 3.56 -
YUV 132.48 55.5 179.01 -
System Red Green Blue C M Y K H S L
Decimal 204 121 4 0 0.41 0.98 0.2 35.1 0.96 0.41
Hex CC 79 4 0 29 62 14 23 60 29
Octal 314 171 4 0 51 142 24 43 140 51
Binary 11001100 1111001 100 0 101001 1100010 10100 100011 1100000 101001

Color Harmonies of #CC7904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7904

Black with #CC7904

Text Example


Text Example

White with #CC7904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7904; }

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

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

background-color css

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

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

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

border-color css

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

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

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