Html Css Color HEX #C09300 Dark Goldenrod

📋 copy color: '#C09300'

red 192 ◦ green 147 ◦ blue 0

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

Shades of Dark Goldenrod #C09300

Tints of Dark Goldenrod #C09300

RGB

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

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

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

R = 56.64%
G = 43.36%
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

#C09300 (or 0xC09300) is known color: Dark Goldenrod. HEX triplet: C0, 93 and 00. RGB value is (192,147,0). Sum of RGB (Red+Green+Blue) = 192+147+0=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C09300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09300 is #3F6CFF. Grayscale: #909090. Windows color (decimal): -4156672 or 37824. OLE color: 37824.

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

Color convert

RGB 192 147 0 -
CMYK 0 0.23 1 0.25
HSL 45.94º 1% 0.38% -
HSV(B) 45.94º 1% 0.75% -
XYZ 32.17 32.07 4.5 -
YUV 143.7 46.91 162.45 -
System Red Green Blue C M Y K H S L
Decimal 192 147 0 0 0.23 1 0.25 45.94 1 0.38
Hex C0 93 0 0 17 64 19 2E 64 26
Octal 300 223 0 0 27 144 31 56 144 46
Binary 11000000 10010011 0 0 10111 1100100 11001 101110 1100100 100110

Color Harmonies of #C09300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09300

Black with #C09300

Text Example


Text Example

White with #C09300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09300; }

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

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

background-color css

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

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

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

border-color css

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

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

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