Html Css Color HEX #CC7F04 Dark Goldenrod

📋 copy color: '#CC7F04'

red 204 ◦ green 127 ◦ blue 4

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

Shades of Dark Goldenrod #CC7F04

Tints of Dark Goldenrod #CC7F04

RGB

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

 GREEN value IS 127 (50% from 255) = 37.91%

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

R = 60.9%
G = 37.91%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC7F04 (or 0xCC7F04) is known color: Dark Goldenrod. HEX triplet: CC, 7F and 04. RGB value is (204,127,4). Sum of RGB (Red+Green+Blue) = 204+127+4=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7F04 is #3380FB. Grayscale: #888888. Windows color (decimal): -3375356 or 294860. OLE color: 294860.

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

Color convert

RGB 204 127 4 -
CMYK 0 0.38 0.98 0.2
HSL 36.9º 0.96% 0.41% -
HSV(B) 36.9º 0.98% 0.8% -
XYZ 32.51 28.02 3.81 -
YUV 136 53.51 176.5 -
System Red Green Blue C M Y K H S L
Decimal 204 127 4 0 0.38 0.98 0.2 36.9 0.96 0.41
Hex CC 7F 4 0 26 62 14 25 60 29
Octal 314 177 4 0 46 142 24 45 140 51
Binary 11001100 1111111 100 0 100110 1100010 10100 100101 1100000 101001

Color Harmonies of #CC7F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F04

Black with #CC7F04

Text Example


Text Example

White with #CC7F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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