Html Css Color HEX #C98309 Dark Goldenrod

📋 copy color: '#C98309'

red 201 ◦ green 131 ◦ blue 9

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

Shades of Dark Goldenrod #C98309

Tints of Dark Goldenrod #C98309

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.42%

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

R = 58.94%
G = 38.42%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C98309 (or 0xC98309) is known color: Dark Goldenrod. HEX triplet: C9, 83 and 09. RGB value is (201,131,9). Sum of RGB (Red+Green+Blue) = 201+131+9=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C98309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98309 is #367CF6. Grayscale: #8A8A8A. Windows color (decimal): -3570935 or 623561. OLE color: 623561.

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

Color convert

RGB 201 131 9 -
CMYK 0 0.35 0.96 0.21
HSL 38.13º 0.91% 0.41% -
HSV(B) 38.13º 0.96% 0.79% -
XYZ 32.25 28.67 4.09 -
YUV 138.02 55.19 172.92 -
System Red Green Blue C M Y K H S L
Decimal 201 131 9 0 0.35 0.96 0.21 38.13 0.91 0.41
Hex C9 83 9 0 23 60 15 26 5B 29
Octal 311 203 11 0 43 140 25 46 133 51
Binary 11001001 10000011 1001 0 100011 1100000 10101 100110 1011011 101001

Color Harmonies of #C98309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98309

Black with #C98309

Text Example


Text Example

White with #C98309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98309; }

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

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

background-color css

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

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

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

border-color css

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

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

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