Html Css Color HEX #C0930E Dark Goldenrod

📋 copy color: '#C0930E'

red 192 ◦ green 147 ◦ blue 14

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

Shades of Dark Goldenrod #C0930E

Tints of Dark Goldenrod #C0930E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.64%

 BLUE value IS 14 (5.86% from 255) = 3.97%

R = 54.39%
G = 41.64%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0930E (or 0xC0930E) is known color: Dark Goldenrod. HEX triplet: C0, 93 and 0E. RGB value is (192,147,14). Sum of RGB (Red+Green+Blue) = 192+147+14=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0930E is #3F6CF1. Grayscale: #919191. Windows color (decimal): -4156658 or 955328. OLE color: 955328.

HSL color Cylindrical-coordinate representation of color #C0930E: hue angle of 44.83º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0930E is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 147 14 -
CMYK 0 0.23 0.93 0.25
HSL 44.83º 0.86% 0.4% -
HSV(B) 44.83º 0.93% 0.75% -
XYZ 32.25 32.11 4.91 -
YUV 145.29 53.91 161.31 -
System Red Green Blue C M Y K H S L
Decimal 192 147 14 0 0.23 0.93 0.25 44.83 0.86 0.4
Hex C0 93 E 0 17 5D 19 2D 56 28
Octal 300 223 16 0 27 135 31 55 126 50
Binary 11000000 10010011 1110 0 10111 1011101 11001 101101 1010110 101000

Color Harmonies of #C0930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0930E

Black with #C0930E

Text Example


Text Example

White with #C0930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0930E; }

 p { color: rgb(192,147,14); }

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

background-color css

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

 a { background-color: rgb(192,147,14); }

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

border-color css

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

 span { border-color: rgb(192,147,14); }

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