Html Css Color HEX #C98009 Dark Goldenrod

📋 copy color: '#C98009'

red 201 ◦ green 128 ◦ blue 9

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

Shades of Dark Goldenrod #C98009

Tints of Dark Goldenrod #C98009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.66%

R = 59.47%
G = 37.87%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C98009 (or 0xC98009) is known color: Dark Goldenrod. HEX triplet: C9, 80 and 09. RGB value is (201,128,9). Sum of RGB (Red+Green+Blue) = 201+128+9=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C98009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98009 is #367FF6. Grayscale: #888888. Windows color (decimal): -3571703 or 622793. OLE color: 622793.

HSL color Cylindrical-coordinate representation of color #C98009: hue angle of 37.19º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C98009 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 128 9 -
CMYK 0 0.36 0.96 0.21
HSL 37.19º 0.91% 0.41% -
HSV(B) 37.19º 0.96% 0.79% -
XYZ 31.86 27.88 3.96 -
YUV 136.26 56.18 174.18 -
System Red Green Blue C M Y K H S L
Decimal 201 128 9 0 0.36 0.96 0.21 37.19 0.91 0.41
Hex C9 80 9 0 24 60 15 25 5B 29
Octal 311 200 11 0 44 140 25 45 133 51
Binary 11001001 10000000 1001 0 100100 1100000 10101 100101 1011011 101001

Color Harmonies of #C98009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98009

Black with #C98009

Text Example


Text Example

White with #C98009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98009; }

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

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

background-color css

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

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

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

border-color css

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

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

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