Html Css Color HEX #C99201 Dark Goldenrod

📋 copy color: '#C99201'

red 201 ◦ green 146 ◦ blue 1

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

Shades of Dark Goldenrod #C99201

Tints of Dark Goldenrod #C99201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 57.76%
G = 41.95%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C99201 (or 0xC99201) is known color: Dark Goldenrod. HEX triplet: C9, 92 and 01. RGB value is (201,146,1). Sum of RGB (Red+Green+Blue) = 201+146+1=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C99201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99201 is #366DFE. Grayscale: #929292. Windows color (decimal): -3567103 or 103113. OLE color: 103113.

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

Color convert

RGB 201 146 1 -
CMYK 0 0.27 1.00 0.21
HSL 43.5º 0.99% 0.4% -
HSV(B) 43.5º 1% 0.79% -
XYZ 34.37 32.98 4.58 -
YUV 145.92 46.22 167.29 -
System Red Green Blue C M Y K H S L
Decimal 201 146 1 0 0.27 1.00 0.21 43.5 0.99 0.4
Hex C9 92 1 0 1B 64 15 2C 63 28
Octal 311 222 1 0 33 144 25 54 143 50
Binary 11001001 10010010 1 0 11011 1100100 10101 101100 1100011 101000

Color Harmonies of #C99201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99201

Black with #C99201

Text Example


Text Example

White with #C99201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99201; }

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

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

background-color css

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

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

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

border-color css

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

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

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