Html Css Color HEX #C98308 Dark Goldenrod

📋 copy color: '#C98308'

red 201 ◦ green 131 ◦ blue 8

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

Shades of Dark Goldenrod #C98308

Tints of Dark Goldenrod #C98308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.35%

R = 59.12%
G = 38.53%
B = 2.35%

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

#C98308 (or 0xC98308) is known color: Dark Goldenrod. HEX triplet: C9, 83 and 08. RGB value is (201,131,8). Sum of RGB (Red+Green+Blue) = 201+131+8=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C98308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98308 is #367CF7. Grayscale: #8A8A8A. Windows color (decimal): -3570936 or 558025. OLE color: 558025.

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

Color convert

RGB 201 131 8 -
CMYK 0 0.35 0.96 0.21
HSL 38.24º 0.92% 0.41% -
HSV(B) 38.24º 0.96% 0.79% -
XYZ 32.25 28.67 4.06 -
YUV 137.91 54.69 173 -
System Red Green Blue C M Y K H S L
Decimal 201 131 8 0 0.35 0.96 0.21 38.24 0.92 0.41
Hex C9 83 8 0 23 60 15 26 5C 29
Octal 311 203 10 0 43 140 25 46 134 51
Binary 11001001 10000011 1000 0 100011 1100000 10101 100110 1011100 101001

Color Harmonies of #C98308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98308

Black with #C98308

Text Example


Text Example

White with #C98308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98308; }

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

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

background-color css

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

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

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

border-color css

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

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

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