Html Css Color HEX #C98408 Dark Goldenrod

📋 copy color: '#C98408'

red 201 ◦ green 132 ◦ blue 8

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

Shades of Dark Goldenrod #C98408

Tints of Dark Goldenrod #C98408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.71%

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

R = 58.94%
G = 38.71%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C98408 (or 0xC98408) is known color: Dark Goldenrod. HEX triplet: C9, 84 and 08. RGB value is (201,132,8). Sum of RGB (Red+Green+Blue) = 201+132+8=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C98408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98408 is #367BF7. Grayscale: #8B8B8B. Windows color (decimal): -3570680 or 558281. OLE color: 558281.

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

Color convert

RGB 201 132 8 -
CMYK 0 0.34 0.96 0.21
HSL 38.55º 0.92% 0.41% -
HSV(B) 38.55º 0.96% 0.79% -
XYZ 32.38 28.94 4.11 -
YUV 138.5 54.36 172.58 -
System Red Green Blue C M Y K H S L
Decimal 201 132 8 0 0.34 0.96 0.21 38.55 0.92 0.41
Hex C9 84 8 0 22 60 15 27 5C 29
Octal 311 204 10 0 42 140 25 47 134 51
Binary 11001001 10000100 1000 0 100010 1100000 10101 100111 1011100 101001

Color Harmonies of #C98408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98408

Black with #C98408

Text Example


Text Example

White with #C98408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98408; }

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

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

background-color css

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

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

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

border-color css

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

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

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