Html Css Color HEX #C09400 Dark Goldenrod

📋 copy color: '#C09400'

red 192 ◦ green 148 ◦ blue 0

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

Shades of Dark Goldenrod #C09400

Tints of Dark Goldenrod #C09400

RGB

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

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

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

R = 56.47%
G = 43.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C09400 (or 0xC09400) is known color: Dark Goldenrod. HEX triplet: C0, 94 and 00. RGB value is (192,148,0). Sum of RGB (Red+Green+Blue) = 192+148+0=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C09400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09400 is #3F6BFF. Grayscale: #909090. Windows color (decimal): -4156416 or 38080. OLE color: 38080.

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

Color convert

RGB 192 148 0 -
CMYK 0 0.23 1 0.25
HSL 46.25º 1% 0.38% -
HSV(B) 46.25º 1% 0.75% -
XYZ 32.33 32.39 4.55 -
YUV 144.28 46.58 162.03 -
System Red Green Blue C M Y K H S L
Decimal 192 148 0 0 0.23 1 0.25 46.25 1 0.38
Hex C0 94 0 0 17 64 19 2E 64 26
Octal 300 224 0 0 27 144 31 56 144 46
Binary 11000000 10010100 0 0 10111 1100100 11001 101110 1100100 100110

Color Harmonies of #C09400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09400

Black with #C09400

Text Example


Text Example

White with #C09400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09400; }

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

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

background-color css

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

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

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

border-color css

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

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

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