Html Css Color HEX #C99000 Dark Goldenrod

📋 copy color: '#C99000'

red 201 ◦ green 144 ◦ blue 0

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

Shades of Dark Goldenrod #C99000

Tints of Dark Goldenrod #C99000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.74%

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

R = 58.26%
G = 41.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C99000 (or 0xC99000) is known color: Dark Goldenrod. HEX triplet: C9, 90 and 00. RGB value is (201,144,0). Sum of RGB (Red+Green+Blue) = 201+144+0=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C99000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99000 is #366FFF. Grayscale: #919191. Windows color (decimal): -3567616 or 37065. OLE color: 37065.

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

Color convert

RGB 201 144 0 -
CMYK 0 0.28 1 0.21
HSL 42.99º 1% 0.39% -
HSV(B) 42.99º 1% 0.79% -
XYZ 34.06 32.36 4.45 -
YUV 144.63 46.38 168.21 -
System Red Green Blue C M Y K H S L
Decimal 201 144 0 0 0.28 1 0.21 42.99 1 0.39
Hex C9 90 0 0 1C 64 15 2B 64 27
Octal 311 220 0 0 34 144 25 53 144 47
Binary 11001001 10010000 0 0 11100 1100100 10101 101011 1100100 100111

Color Harmonies of #C99000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99000

Black with #C99000

Text Example


Text Example

White with #C99000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99000; }

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

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

background-color css

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

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

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

border-color css

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

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

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