Html Css Color HEX #C99203 Dark Goldenrod

📋 copy color: '#C99203'

red 201 ◦ green 146 ◦ blue 3

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

Shades of Dark Goldenrod #C99203

Tints of Dark Goldenrod #C99203

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.71%

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

R = 57.43%
G = 41.71%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C99203 (or 0xC99203) is known color: Dark Goldenrod. HEX triplet: C9, 92 and 03. RGB value is (201,146,3). Sum of RGB (Red+Green+Blue) = 201+146+3=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C99203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99203 is #366DFC. Grayscale: #929292. Windows color (decimal): -3567101 or 234185. OLE color: 234185.

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

Color convert

RGB 201 146 3 -
CMYK 0 0.27 0.99 0.21
HSL 43.33º 0.97% 0.4% -
HSV(B) 43.33º 0.99% 0.79% -
XYZ 34.38 32.98 4.64 -
YUV 146.14 47.22 167.13 -
System Red Green Blue C M Y K H S L
Decimal 201 146 3 0 0.27 0.99 0.21 43.33 0.97 0.4
Hex C9 92 3 0 1B 63 15 2B 61 28
Octal 311 222 3 0 33 143 25 53 141 50
Binary 11001001 10010010 11 0 11011 1100011 10101 101011 1100001 101000

Color Harmonies of #C99203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99203

Black with #C99203

Text Example


Text Example

White with #C99203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99203; }

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

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

background-color css

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

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

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

border-color css

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

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

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