Html Css Color HEX #C39300 Dark Goldenrod

📋 copy color: '#C39300'

red 195 ◦ green 147 ◦ blue 0

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

Shades of Dark Goldenrod #C39300

Tints of Dark Goldenrod #C39300

RGB

 RED value IS 195 (76.56% from 255) = 57.02%

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

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

R = 57.02%
G = 42.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C39300 (or 0xC39300) is known color: Dark Goldenrod. HEX triplet: C3, 93 and 00. RGB value is (195,147,0). Sum of RGB (Red+Green+Blue) = 195+147+0=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C39300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39300 is #3C6CFF. Grayscale: #919191. Windows color (decimal): -3960064 or 37827. OLE color: 37827.

HSL color Cylindrical-coordinate representation of color #C39300: hue angle of 45.23º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C39300 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 147 0 -
CMYK 0 0.25 1 0.24
HSL 45.23º 1% 0.38% -
HSV(B) 45.23º 1% 0.76% -
XYZ 32.94 32.47 4.53 -
YUV 144.59 46.4 163.95 -
System Red Green Blue C M Y K H S L
Decimal 195 147 0 0 0.25 1 0.24 45.23 1 0.38
Hex C3 93 0 0 19 64 18 2D 64 26
Octal 303 223 0 0 31 144 30 55 144 46
Binary 11000011 10010011 0 0 11001 1100100 11000 101101 1100100 100110

Color Harmonies of #C39300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39300

Black with #C39300

Text Example


Text Example

White with #C39300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39300; }

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

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

background-color css

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

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

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

border-color css

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

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

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