Html Css Color HEX #C99503 Dark Goldenrod

📋 copy color: '#C99503'

red 201 ◦ green 149 ◦ blue 3

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

Shades of Dark Goldenrod #C99503

Tints of Dark Goldenrod #C99503

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.21%

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 56.94%
G = 42.21%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C99503 (or 0xC99503) is known color: Dark Goldenrod. HEX triplet: C9, 95 and 03. RGB value is (201,149,3). Sum of RGB (Red+Green+Blue) = 201+149+3=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C99503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99503 is #366AFC. Grayscale: #949494. Windows color (decimal): -3566333 or 234953. OLE color: 234953.

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

Color convert

RGB 201 149 3 -
CMYK 0 0.26 0.99 0.21
HSL 44.24º 0.97% 0.4% -
HSV(B) 44.24º 0.99% 0.79% -
XYZ 34.85 33.92 4.8 -
YUV 147.9 46.23 165.87 -
System Red Green Blue C M Y K H S L
Decimal 201 149 3 0 0.26 0.99 0.21 44.24 0.97 0.4
Hex C9 95 3 0 1A 63 15 2C 61 28
Octal 311 225 3 0 32 143 25 54 141 50
Binary 11001001 10010101 11 0 11010 1100011 10101 101100 1100001 101000

Color Harmonies of #C99503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99503

Black with #C99503

Text Example


Text Example

White with #C99503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99503; }

 p { color: rgb(201,149,3); }

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

background-color css

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

 a { background-color: rgb(201,149,3); }

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

border-color css

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

 span { border-color: rgb(201,149,3); }

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