Html Css Color HEX #C98208 Dark Goldenrod

📋 copy color: '#C98208'

red 201 ◦ green 130 ◦ blue 8

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

Shades of Dark Goldenrod #C98208

Tints of Dark Goldenrod #C98208

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.35%

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

R = 59.29%
G = 38.35%
B = 2.36%

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

#C98208 (or 0xC98208) is known color: Dark Goldenrod. HEX triplet: C9, 82 and 08. RGB value is (201,130,8). Sum of RGB (Red+Green+Blue) = 201+130+8=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C98208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98208 is #367DF7. Grayscale: #898989. Windows color (decimal): -3571192 or 557769. OLE color: 557769.

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

Color convert

RGB 201 130 8 -
CMYK 0 0.35 0.96 0.21
HSL 37.93º 0.92% 0.41% -
HSV(B) 37.93º 0.96% 0.79% -
XYZ 32.11 28.4 4.02 -
YUV 137.32 55.02 173.42 -
System Red Green Blue C M Y K H S L
Decimal 201 130 8 0 0.35 0.96 0.21 37.93 0.92 0.41
Hex C9 82 8 0 23 60 15 26 5C 29
Octal 311 202 10 0 43 140 25 46 134 51
Binary 11001001 10000010 1000 0 100011 1100000 10101 100110 1011100 101001

Color Harmonies of #C98208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98208

Black with #C98208

Text Example


Text Example

White with #C98208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98208; }

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

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

background-color css

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

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

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

border-color css

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

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

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