Html Css Color HEX #C07C00 Dark Goldenrod

📋 copy color: '#C07C00'

red 192 ◦ green 124 ◦ blue 0

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

Shades of Dark Goldenrod #C07C00

Tints of Dark Goldenrod #C07C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.24%

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

R = 60.76%
G = 39.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C07C00 (or 0xC07C00) is known color: Dark Goldenrod. HEX triplet: C0, 7C and 00. RGB value is (192,124,0). Sum of RGB (Red+Green+Blue) = 192+124+0=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07C00 is #3F83FF. Grayscale: #828282. Windows color (decimal): -4162560 or 31936. OLE color: 31936.

HSL color Cylindrical-coordinate representation of color #C07C00: hue angle of 38.75º 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 #C07C00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 124 0 -
CMYK 0 0.35 1 0.25
HSL 38.75º 1% 0.38% -
HSV(B) 38.75º 1% 0.75% -
XYZ 28.95 25.62 3.42 -
YUV 130.2 54.53 172.08 -
System Red Green Blue C M Y K H S L
Decimal 192 124 0 0 0.35 1 0.25 38.75 1 0.38
Hex C0 7C 0 0 23 64 19 27 64 26
Octal 300 174 0 0 43 144 31 47 144 46
Binary 11000000 1111100 0 0 100011 1100100 11001 100111 1100100 100110

Color Harmonies of #C07C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C00

Black with #C07C00

Text Example


Text Example

White with #C07C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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