Html Css Color HEX #C07406 Dark Goldenrod

📋 copy color: '#C07406'

red 192 ◦ green 116 ◦ blue 6

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

Shades of Dark Goldenrod #C07406

Tints of Dark Goldenrod #C07406

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.94%

 BLUE value IS 6 (2.73% from 255) = 1.91%

R = 61.15%
G = 36.94%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C07406 (or 0xC07406) is known color: Dark Goldenrod. HEX triplet: C0, 74 and 06. RGB value is (192,116,6). Sum of RGB (Red+Green+Blue) = 192+116+6=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C07406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07406 is #3F8BF9. Grayscale: #7E7E7E. Windows color (decimal): -4164602 or 423104. OLE color: 423104.

HSL color Cylindrical-coordinate representation of color #C07406: hue angle of 35.48º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C07406 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 116 6 -
CMYK 0 0.40 0.97 0.25
HSL 35.48º 0.94% 0.39% -
HSV(B) 35.48º 0.97% 0.75% -
XYZ 28.02 23.71 3.27 -
YUV 126.18 60.18 174.94 -
System Red Green Blue C M Y K H S L
Decimal 192 116 6 0 0.40 0.97 0.25 35.48 0.94 0.39
Hex C0 74 6 0 28 61 19 23 5E 27
Octal 300 164 6 0 50 141 31 43 136 47
Binary 11000000 1110100 110 0 101000 1100001 11001 100011 1011110 100111

Color Harmonies of #C07406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07406

Black with #C07406

Text Example


Text Example

White with #C07406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07406; }

 p { color: rgb(192,116,6); }

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

background-color css

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

 a { background-color: rgb(192,116,6); }

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

border-color css

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

 span { border-color: rgb(192,116,6); }

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