Html Css Color HEX #C98808 Dark Goldenrod

📋 copy color: '#C98808'

red 201 ◦ green 136 ◦ blue 8

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

Shades of Dark Goldenrod #C98808

Tints of Dark Goldenrod #C98808

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.42%

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

R = 58.26%
G = 39.42%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C98808 (or 0xC98808) is known color: Dark Goldenrod. HEX triplet: C9, 88 and 08. RGB value is (201,136,8). Sum of RGB (Red+Green+Blue) = 201+136+8=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C98808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98808 is #3677F7. Grayscale: #8D8D8D. Windows color (decimal): -3569656 or 559305. OLE color: 559305.

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

Color convert

RGB 201 136 8 -
CMYK 0 0.32 0.96 0.21
HSL 39.79º 0.92% 0.41% -
HSV(B) 39.79º 0.96% 0.79% -
XYZ 32.94 30.04 4.29 -
YUV 140.84 53.03 170.91 -
System Red Green Blue C M Y K H S L
Decimal 201 136 8 0 0.32 0.96 0.21 39.79 0.92 0.41
Hex C9 88 8 0 20 60 15 28 5C 29
Octal 311 210 10 0 40 140 25 50 134 51
Binary 11001001 10001000 1000 0 100000 1100000 10101 101000 1011100 101001

Color Harmonies of #C98808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98808

Black with #C98808

Text Example


Text Example

White with #C98808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98808; }

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

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

background-color css

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

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

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

border-color css

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

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

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