Html Css Color HEX #C9900C Dark Goldenrod

📋 copy color: '#C9900C'

red 201 ◦ green 144 ◦ blue 12

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

Shades of Dark Goldenrod #C9900C

Tints of Dark Goldenrod #C9900C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.36%

R = 56.3%
G = 40.34%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9900C (or 0xC9900C) is known color: Dark Goldenrod. HEX triplet: C9, 90 and 0C. RGB value is (201,144,12). Sum of RGB (Red+Green+Blue) = 201+144+12=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C9900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9900C is #366FF3. Grayscale: #929292. Windows color (decimal): -3567604 or 823497. OLE color: 823497.

HSL color Cylindrical-coordinate representation of color #C9900C: hue angle of 41.9º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9900C is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 144 12 -
CMYK 0 0.28 0.94 0.21
HSL 41.9º 0.89% 0.42% -
HSV(B) 41.9º 0.94% 0.79% -
XYZ 34.13 32.39 4.8 -
YUV 146 52.38 167.23 -
System Red Green Blue C M Y K H S L
Decimal 201 144 12 0 0.28 0.94 0.21 41.9 0.89 0.42
Hex C9 90 C 0 1C 5E 15 2A 59 2A
Octal 311 220 14 0 34 136 25 52 131 52
Binary 11001001 10010000 1100 0 11100 1011110 10101 101010 1011001 101010

Color Harmonies of #C9900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9900C

Black with #C9900C

Text Example


Text Example

White with #C9900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9900C; }

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

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

background-color css

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

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

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

border-color css

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

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

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