Html Css Color HEX #C98003 Dark Goldenrod

📋 copy color: '#C98003'

red 201 ◦ green 128 ◦ blue 3

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

Shades of Dark Goldenrod #C98003

Tints of Dark Goldenrod #C98003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.55%

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 60.54%
G = 38.55%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C98003 (or 0xC98003) is known color: Dark Goldenrod. HEX triplet: C9, 80 and 03. RGB value is (201,128,3). Sum of RGB (Red+Green+Blue) = 201+128+3=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C98003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98003 is #367FFC. Grayscale: #888888. Windows color (decimal): -3571709 or 229577. OLE color: 229577.

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

Color convert

RGB 201 128 3 -
CMYK 0 0.36 0.99 0.21
HSL 37.88º 0.97% 0.4% -
HSV(B) 37.88º 0.99% 0.79% -
XYZ 31.82 27.86 3.79 -
YUV 135.58 53.18 174.66 -
System Red Green Blue C M Y K H S L
Decimal 201 128 3 0 0.36 0.99 0.21 37.88 0.97 0.4
Hex C9 80 3 0 24 63 15 26 61 28
Octal 311 200 3 0 44 143 25 46 141 50
Binary 11001001 10000000 11 0 100100 1100011 10101 100110 1100001 101000

Color Harmonies of #C98003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98003

Black with #C98003

Text Example


Text Example

White with #C98003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98003; }

 p { color: rgb(201,128,3); }

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

background-color css

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

 a { background-color: rgb(201,128,3); }

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

border-color css

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

 span { border-color: rgb(201,128,3); }

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