Html Css Color HEX #CC7A00 Dark Goldenrod

📋 copy color: '#CC7A00'

red 204 ◦ green 122 ◦ blue 0

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

Shades of Dark Goldenrod #CC7A00

Tints of Dark Goldenrod #CC7A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.58%
G = 37.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC7A00 (or 0xCC7A00) is known color: Dark Goldenrod. HEX triplet: CC, 7A and 00. RGB value is (204,122,0). Sum of RGB (Red+Green+Blue) = 204+122+0=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A00 is #3385FF. Grayscale: #858585. Windows color (decimal): -3376640 or 31436. OLE color: 31436.

HSL color Cylindrical-coordinate representation of color #CC7A00: hue angle of 35.88º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC7A00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 122 0 -
CMYK 0 0.40 1 0.2
HSL 35.88º 1% 0.4% -
HSV(B) 35.88º 1% 0.8% -
XYZ 31.86 26.76 3.49 -
YUV 132.61 53.17 178.92 -
System Red Green Blue C M Y K H S L
Decimal 204 122 0 0 0.40 1 0.2 35.88 1 0.4
Hex CC 7A 0 0 28 64 14 24 64 28
Octal 314 172 0 0 50 144 24 44 144 50
Binary 11001100 1111010 0 0 101000 1100100 10100 100100 1100100 101000

Color Harmonies of #CC7A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A00

Black with #CC7A00

Text Example


Text Example

White with #CC7A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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