Html Css Color HEX #C98303 Dark Goldenrod

📋 copy color: '#C98303'

red 201 ◦ green 131 ◦ blue 3

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

Shades of Dark Goldenrod #C98303

Tints of Dark Goldenrod #C98303

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.1%

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

R = 60%
G = 39.1%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C98303 (or 0xC98303) is known color: Dark Goldenrod. HEX triplet: C9, 83 and 03. RGB value is (201,131,3). Sum of RGB (Red+Green+Blue) = 201+131+3=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C98303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98303 is #367CFC. Grayscale: #898989. Windows color (decimal): -3570941 or 230345. OLE color: 230345.

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

Color convert

RGB 201 131 3 -
CMYK 0 0.35 0.99 0.21
HSL 38.79º 0.97% 0.4% -
HSV(B) 38.79º 0.99% 0.79% -
XYZ 32.22 28.66 3.92 -
YUV 137.34 52.19 173.41 -
System Red Green Blue C M Y K H S L
Decimal 201 131 3 0 0.35 0.99 0.21 38.79 0.97 0.4
Hex C9 83 3 0 23 63 15 27 61 28
Octal 311 203 3 0 43 143 25 47 141 50
Binary 11001001 10000011 11 0 100011 1100011 10101 100111 1100001 101000

Color Harmonies of #C98303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98303

Black with #C98303

Text Example


Text Example

White with #C98303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98303; }

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

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

background-color css

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

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

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

border-color css

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

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

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