Html Css Color HEX #C9920C Dark Goldenrod

📋 copy color: '#C9920C'

red 201 ◦ green 146 ◦ blue 12

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

Shades of Dark Goldenrod #C9920C

Tints of Dark Goldenrod #C9920C

RGB

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

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

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

R = 55.99%
G = 40.67%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9920C (or 0xC9920C) is known color: Dark Goldenrod. HEX triplet: C9, 92 and 0C. RGB value is (201,146,12). Sum of RGB (Red+Green+Blue) = 201+146+12=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C9920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9920C is #366DF3. Grayscale: #939393. Windows color (decimal): -3567092 or 824009. OLE color: 824009.

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

Color convert

RGB 201 146 12 -
CMYK 0 0.27 0.94 0.21
HSL 42.54º 0.89% 0.42% -
HSV(B) 42.54º 0.94% 0.79% -
XYZ 34.43 33 4.9 -
YUV 147.17 51.72 166.4 -
System Red Green Blue C M Y K H S L
Decimal 201 146 12 0 0.27 0.94 0.21 42.54 0.89 0.42
Hex C9 92 C 0 1B 5E 15 2B 59 2A
Octal 311 222 14 0 33 136 25 53 131 52
Binary 11001001 10010010 1100 0 11011 1011110 10101 101011 1011001 101010

Color Harmonies of #C9920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9920C

Black with #C9920C

Text Example


Text Example

White with #C9920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9920C; }

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

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

background-color css

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

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

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

border-color css

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

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

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