Html Css Color HEX #C98207 Dark Goldenrod

📋 copy color: '#C98207'

red 201 ◦ green 130 ◦ blue 7

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

Shades of Dark Goldenrod #C98207

Tints of Dark Goldenrod #C98207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.07%

R = 59.47%
G = 38.46%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C98207 (or 0xC98207) is known color: Dark Goldenrod. HEX triplet: C9, 82 and 07. RGB value is (201,130,7). Sum of RGB (Red+Green+Blue) = 201+130+7=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C98207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98207 is #367DF8. Grayscale: #898989. Windows color (decimal): -3571193 or 492233. OLE color: 492233.

HSL color Cylindrical-coordinate representation of color #C98207: hue angle of 38.04º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C98207 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 130 7 -
CMYK 0 0.35 0.97 0.21
HSL 38.04º 0.93% 0.41% -
HSV(B) 38.04º 0.97% 0.79% -
XYZ 32.11 28.4 3.99 -
YUV 137.21 54.52 173.5 -
System Red Green Blue C M Y K H S L
Decimal 201 130 7 0 0.35 0.97 0.21 38.04 0.93 0.41
Hex C9 82 7 0 23 61 15 26 5D 29
Octal 311 202 7 0 43 141 25 46 135 51
Binary 11001001 10000010 111 0 100011 1100001 10101 100110 1011101 101001

Color Harmonies of #C98207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98207

Black with #C98207

Text Example


Text Example

White with #C98207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98207; }

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

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

background-color css

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

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

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

border-color css

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

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

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