Html Css Color HEX #C07A00 Dark Goldenrod

📋 copy color: '#C07A00'

red 192 ◦ green 122 ◦ blue 0

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

Shades of Dark Goldenrod #C07A00

Tints of Dark Goldenrod #C07A00

RGB

 RED value IS 192 (75.39% from 255) = 61.15%

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

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

R = 61.15%
G = 38.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C07A00 (or 0xC07A00) is known color: Dark Goldenrod. HEX triplet: C0, 7A and 00. RGB value is (192,122,0). Sum of RGB (Red+Green+Blue) = 192+122+0=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07A00 is #3F85FF. Grayscale: #818181. Windows color (decimal): -4163072 or 31424. OLE color: 31424.

HSL color Cylindrical-coordinate representation of color #C07A00: hue angle of 38.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C07A00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 122 0 -
CMYK 0 0.36 1 0.25
HSL 38.13º 1% 0.38% -
HSV(B) 38.13º 1% 0.75% -
XYZ 28.7 25.13 3.34 -
YUV 129.02 55.19 172.92 -
System Red Green Blue C M Y K H S L
Decimal 192 122 0 0 0.36 1 0.25 38.13 1 0.38
Hex C0 7A 0 0 24 64 19 26 64 26
Octal 300 172 0 0 44 144 31 46 144 46
Binary 11000000 1111010 0 0 100100 1100100 11001 100110 1100100 100110

Color Harmonies of #C07A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A00

Black with #C07A00

Text Example


Text Example

White with #C07A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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