Html Css Color HEX #C0940C Dark Goldenrod

📋 copy color: '#C0940C'

red 192 ◦ green 148 ◦ blue 12

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

Shades of Dark Goldenrod #C0940C

Tints of Dark Goldenrod #C0940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.05%

 BLUE value IS 12 (5.08% from 255) = 3.41%

R = 54.55%
G = 42.05%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0940C (or 0xC0940C) is known color: Dark Goldenrod. HEX triplet: C0, 94 and 0C. RGB value is (192,148,12). Sum of RGB (Red+Green+Blue) = 192+148+12=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0940C is #3F6BF3. Grayscale: #929292. Windows color (decimal): -4156404 or 824512. OLE color: 824512.

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

Color convert

RGB 192 148 12 -
CMYK 0 0.23 0.94 0.25
HSL 45.33º 0.88% 0.4% -
HSV(B) 45.33º 0.94% 0.75% -
XYZ 32.39 32.41 4.9 -
YUV 145.65 52.58 161.06 -
System Red Green Blue C M Y K H S L
Decimal 192 148 12 0 0.23 0.94 0.25 45.33 0.88 0.4
Hex C0 94 C 0 17 5E 19 2D 58 28
Octal 300 224 14 0 27 136 31 55 130 50
Binary 11000000 10010100 1100 0 10111 1011110 11001 101101 1011000 101000

Color Harmonies of #C0940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0940C

Black with #C0940C

Text Example


Text Example

White with #C0940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0940C; }

 p { color: rgb(192,148,12); }

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

background-color css

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

 a { background-color: rgb(192,148,12); }

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

border-color css

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

 span { border-color: rgb(192,148,12); }

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