Html Css Color HEX #C99300 Dark Goldenrod

📋 copy color: '#C99300'

red 201 ◦ green 147 ◦ blue 0

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

Shades of Dark Goldenrod #C99300

Tints of Dark Goldenrod #C99300

RGB

 RED value IS 201 (78.91% from 255) = 57.76%

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

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

R = 57.76%
G = 42.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C99300 (or 0xC99300) is known color: Dark Goldenrod. HEX triplet: C9, 93 and 00. RGB value is (201,147,0). Sum of RGB (Red+Green+Blue) = 201+147+0=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C99300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99300 is #366CFF. Grayscale: #939393. Windows color (decimal): -3566848 or 37833. OLE color: 37833.

HSL color Cylindrical-coordinate representation of color #C99300: hue angle of 43.88º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C99300 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 147 0 -
CMYK 0 0.27 1 0.21
HSL 43.88º 1% 0.39% -
HSV(B) 43.88º 1% 0.79% -
XYZ 34.52 33.28 4.61 -
YUV 146.39 45.39 166.95 -
System Red Green Blue C M Y K H S L
Decimal 201 147 0 0 0.27 1 0.21 43.88 1 0.39
Hex C9 93 0 0 1B 64 15 2C 64 27
Octal 311 223 0 0 33 144 25 54 144 47
Binary 11001001 10010011 0 0 11011 1100100 10101 101100 1100100 100111

Color Harmonies of #C99300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99300

Black with #C99300

Text Example


Text Example

White with #C99300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99300; }

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

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

background-color css

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

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

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

border-color css

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

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

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