Html Css Color HEX #C99304 Dark Goldenrod

📋 copy color: '#C99304'

red 201 ◦ green 147 ◦ blue 4

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

Shades of Dark Goldenrod #C99304

Tints of Dark Goldenrod #C99304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 57.1%
G = 41.76%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C99304 (or 0xC99304) is known color: Dark Goldenrod. HEX triplet: C9, 93 and 04. RGB value is (201,147,4). Sum of RGB (Red+Green+Blue) = 201+147+4=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C99304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99304 is #366CFB. Grayscale: #939393. Windows color (decimal): -3566844 or 299977. OLE color: 299977.

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

Color convert

RGB 201 147 4 -
CMYK 0 0.27 0.98 0.21
HSL 43.55º 0.96% 0.4% -
HSV(B) 43.55º 0.98% 0.79% -
XYZ 34.54 33.29 4.72 -
YUV 146.84 47.39 166.63 -
System Red Green Blue C M Y K H S L
Decimal 201 147 4 0 0.27 0.98 0.21 43.55 0.96 0.4
Hex C9 93 4 0 1B 62 15 2C 60 28
Octal 311 223 4 0 33 142 25 54 140 50
Binary 11001001 10010011 100 0 11011 1100010 10101 101100 1100000 101000

Color Harmonies of #C99304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99304

Black with #C99304

Text Example


Text Example

White with #C99304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99304; }

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

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

background-color css

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

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

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

border-color css

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

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

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