Html Css Color HEX #C9800F Dark Goldenrod

📋 copy color: '#C9800F'

red 201 ◦ green 128 ◦ blue 15

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

Shades of Dark Goldenrod #C9800F

Tints of Dark Goldenrod #C9800F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

 BLUE value IS 15 (6.25% from 255) = 4.36%

R = 58.43%
G = 37.21%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9800F (or 0xC9800F) is known color: Dark Goldenrod. HEX triplet: C9, 80 and 0F. RGB value is (201,128,15). Sum of RGB (Red+Green+Blue) = 201+128+15=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9800F is #367FF0. Grayscale: #898989. Windows color (decimal): -3571697 or 1016009. OLE color: 1016009.

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

Color convert

RGB 201 128 15 -
CMYK 0 0.36 0.93 0.21
HSL 36.45º 0.86% 0.42% -
HSV(B) 36.45º 0.93% 0.79% -
XYZ 31.89 27.89 4.15 -
YUV 136.95 59.18 173.69 -
System Red Green Blue C M Y K H S L
Decimal 201 128 15 0 0.36 0.93 0.21 36.45 0.86 0.42
Hex C9 80 F 0 24 5D 15 24 56 2A
Octal 311 200 17 0 44 135 25 44 126 52
Binary 11001001 10000000 1111 0 100100 1011101 10101 100100 1010110 101010

Color Harmonies of #C9800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9800F

Black with #C9800F

Text Example


Text Example

White with #C9800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9800F; }

 p { color: rgb(201,128,15); }

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

background-color css

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

 a { background-color: rgb(201,128,15); }

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

border-color css

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

 span { border-color: rgb(201,128,15); }

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