Html Css Color HEX #C99204 Dark Goldenrod

📋 copy color: '#C99204'

red 201 ◦ green 146 ◦ blue 4

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

Shades of Dark Goldenrod #C99204

Tints of Dark Goldenrod #C99204

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.6%

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

R = 57.26%
G = 41.6%
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

#C99204 (or 0xC99204) is known color: Dark Goldenrod. HEX triplet: C9, 92 and 04. RGB value is (201,146,4). Sum of RGB (Red+Green+Blue) = 201+146+4=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C99204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99204 is #366DFB. Grayscale: #929292. Windows color (decimal): -3567100 or 299721. OLE color: 299721.

HSL color Cylindrical-coordinate representation of color #C99204: hue angle of 43.25º 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 #C99204 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 146 4 -
CMYK 0 0.27 0.98 0.21
HSL 43.25º 0.96% 0.4% -
HSV(B) 43.25º 0.98% 0.79% -
XYZ 34.39 32.98 4.67 -
YUV 146.26 47.72 167.05 -
System Red Green Blue C M Y K H S L
Decimal 201 146 4 0 0.27 0.98 0.21 43.25 0.96 0.4
Hex C9 92 4 0 1B 62 15 2B 60 28
Octal 311 222 4 0 33 142 25 53 140 50
Binary 11001001 10010010 100 0 11011 1100010 10101 101011 1100000 101000

Color Harmonies of #C99204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99204

Black with #C99204

Text Example


Text Example

White with #C99204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99204; }

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

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

background-color css

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

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

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

border-color css

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

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

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