Html Css Color HEX #C9920E Dark Goldenrod

📋 copy color: '#C9920E'

red 201 ◦ green 146 ◦ blue 14

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

Shades of Dark Goldenrod #C9920E

Tints of Dark Goldenrod #C9920E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.88%

R = 55.68%
G = 40.44%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9920E (or 0xC9920E) is known color: Dark Goldenrod. HEX triplet: C9, 92 and 0E. RGB value is (201,146,14). Sum of RGB (Red+Green+Blue) = 201+146+14=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9920E is #366DF1. Grayscale: #939393. Windows color (decimal): -3567090 or 955081. OLE color: 955081.

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

Color convert

RGB 201 146 14 -
CMYK 0 0.27 0.93 0.21
HSL 42.35º 0.87% 0.42% -
HSV(B) 42.35º 0.93% 0.79% -
XYZ 34.45 33.01 4.97 -
YUV 147.4 52.72 166.23 -
System Red Green Blue C M Y K H S L
Decimal 201 146 14 0 0.27 0.93 0.21 42.35 0.87 0.42
Hex C9 92 E 0 1B 5D 15 2A 57 2A
Octal 311 222 16 0 33 135 25 52 127 52
Binary 11001001 10010010 1110 0 11011 1011101 10101 101010 1010111 101010

Color Harmonies of #C9920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9920E

Black with #C9920E

Text Example


Text Example

White with #C9920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9920E; }

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

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

background-color css

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

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

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

border-color css

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

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

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