Html Css Color HEX #C99500 Dark Goldenrod

📋 copy color: '#C99500'

red 201 ◦ green 149 ◦ blue 0

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

Shades of Dark Goldenrod #C99500

Tints of Dark Goldenrod #C99500

RGB

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

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

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

R = 57.43%
G = 42.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C99500 (or 0xC99500) is known color: Dark Goldenrod. HEX triplet: C9, 95 and 00. RGB value is (201,149,0). Sum of RGB (Red+Green+Blue) = 201+149+0=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C99500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99500 is #366AFF. Grayscale: #949494. Windows color (decimal): -3566336 or 38345. OLE color: 38345.

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

Color convert

RGB 201 149 0 -
CMYK 0 0.26 1 0.21
HSL 44.48º 1% 0.39% -
HSV(B) 44.48º 1% 0.79% -
XYZ 34.83 33.91 4.71 -
YUV 147.56 44.73 166.12 -
System Red Green Blue C M Y K H S L
Decimal 201 149 0 0 0.26 1 0.21 44.48 1 0.39
Hex C9 95 0 0 1A 64 15 2C 64 27
Octal 311 225 0 0 32 144 25 54 144 47
Binary 11001001 10010101 0 0 11010 1100100 10101 101100 1100100 100111

Color Harmonies of #C99500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99500

Black with #C99500

Text Example


Text Example

White with #C99500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99500; }

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

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

background-color css

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

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

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

border-color css

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

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

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