Html Css Color HEX #C0940A Dark Goldenrod

📋 copy color: '#C0940A'

red 192 ◦ green 148 ◦ blue 10

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

Shades of Dark Goldenrod #C0940A

Tints of Dark Goldenrod #C0940A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.86%

R = 54.86%
G = 42.29%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0940A (or 0xC0940A) is known color: Dark Goldenrod. HEX triplet: C0, 94 and 0A. RGB value is (192,148,10). Sum of RGB (Red+Green+Blue) = 192+148+10=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0940A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0940A is #3F6BF5. Grayscale: #929292. Windows color (decimal): -4156406 or 693440. OLE color: 693440.

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

Color convert

RGB 192 148 10 -
CMYK 0 0.23 0.95 0.25
HSL 45.49º 0.9% 0.4% -
HSV(B) 45.49º 0.95% 0.75% -
XYZ 32.38 32.41 4.84 -
YUV 145.42 51.58 161.22 -
System Red Green Blue C M Y K H S L
Decimal 192 148 10 0 0.23 0.95 0.25 45.49 0.9 0.4
Hex C0 94 A 0 17 5F 19 2D 5A 28
Octal 300 224 12 0 27 137 31 55 132 50
Binary 11000000 10010100 1010 0 10111 1011111 11001 101101 1011010 101000

Color Harmonies of #C0940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0940A

Black with #C0940A

Text Example


Text Example

White with #C0940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0940A; }

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

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

background-color css

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

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

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

border-color css

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

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

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