Html Css Color HEX #C9820E Dark Goldenrod

📋 copy color: '#C9820E'

red 201 ◦ green 130 ◦ blue 14

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

Shades of Dark Goldenrod #C9820E

Tints of Dark Goldenrod #C9820E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

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

R = 58.26%
G = 37.68%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9820E (or 0xC9820E) is known color: Dark Goldenrod. HEX triplet: C9, 82 and 0E. RGB value is (201,130,14). Sum of RGB (Red+Green+Blue) = 201+130+14=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9820E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9820E is #367DF1. Grayscale: #8A8A8A. Windows color (decimal): -3571186 or 950985. OLE color: 950985.

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

Color convert

RGB 201 130 14 -
CMYK 0 0.35 0.93 0.21
HSL 37.22º 0.87% 0.42% -
HSV(B) 37.22º 0.93% 0.79% -
XYZ 32.15 28.41 4.21 -
YUV 138.01 58.02 172.93 -
System Red Green Blue C M Y K H S L
Decimal 201 130 14 0 0.35 0.93 0.21 37.22 0.87 0.42
Hex C9 82 E 0 23 5D 15 25 57 2A
Octal 311 202 16 0 43 135 25 45 127 52
Binary 11001001 10000010 1110 0 100011 1011101 10101 100101 1010111 101010

Color Harmonies of #C9820E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9820E

Black with #C9820E

Text Example


Text Example

White with #C9820E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9820E; }

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

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

background-color css

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

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

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

border-color css

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

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

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