Html Css Color HEX #CC7A04 Dark Goldenrod

📋 copy color: '#CC7A04'

red 204 ◦ green 122 ◦ blue 4

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

Shades of Dark Goldenrod #CC7A04

Tints of Dark Goldenrod #CC7A04

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.97%

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

R = 61.82%
G = 36.97%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC7A04 (or 0xCC7A04) is known color: Dark Goldenrod. HEX triplet: CC, 7A and 04. RGB value is (204,122,4). Sum of RGB (Red+Green+Blue) = 204+122+4=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A04 is #3385FB. Grayscale: #858585. Windows color (decimal): -3376636 or 293580. OLE color: 293580.

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

Color convert

RGB 204 122 4 -
CMYK 0 0.40 0.98 0.2
HSL 35.4º 0.96% 0.41% -
HSV(B) 35.4º 0.98% 0.8% -
XYZ 31.88 26.77 3.6 -
YUV 133.07 55.17 178.59 -
System Red Green Blue C M Y K H S L
Decimal 204 122 4 0 0.40 0.98 0.2 35.4 0.96 0.41
Hex CC 7A 4 0 28 62 14 23 60 29
Octal 314 172 4 0 50 142 24 43 140 51
Binary 11001100 1111010 100 0 101000 1100010 10100 100011 1100000 101001

Color Harmonies of #CC7A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A04

Black with #CC7A04

Text Example


Text Example

White with #CC7A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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