Html Css Color HEX #C9800D Dark Goldenrod

📋 copy color: '#C9800D'

red 201 ◦ green 128 ◦ blue 13

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

Shades of Dark Goldenrod #C9800D

Tints of Dark Goldenrod #C9800D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.8%

R = 58.77%
G = 37.43%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9800D (or 0xC9800D) is known color: Dark Goldenrod. HEX triplet: C9, 80 and 0D. RGB value is (201,128,13). Sum of RGB (Red+Green+Blue) = 201+128+13=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C9800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9800D is #367FF2. Grayscale: #898989. Windows color (decimal): -3571699 or 884937. OLE color: 884937.

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

Color convert

RGB 201 128 13 -
CMYK 0 0.36 0.94 0.21
HSL 36.7º 0.88% 0.42% -
HSV(B) 36.7º 0.94% 0.79% -
XYZ 31.88 27.88 4.08 -
YUV 136.72 58.18 173.85 -
System Red Green Blue C M Y K H S L
Decimal 201 128 13 0 0.36 0.94 0.21 36.7 0.88 0.42
Hex C9 80 D 0 24 5E 15 25 58 2A
Octal 311 200 15 0 44 136 25 45 130 52
Binary 11001001 10000000 1101 0 100100 1011110 10101 100101 1011000 101010

Color Harmonies of #C9800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9800D

Black with #C9800D

Text Example


Text Example

White with #C9800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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