Html Css Color HEX #C99601 Dark Goldenrod

📋 copy color: '#C99601'

red 201 ◦ green 150 ◦ blue 1

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

Shades of Dark Goldenrod #C99601

Tints of Dark Goldenrod #C99601

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.61%

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

R = 57.1%
G = 42.61%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C99601 (or 0xC99601) is known color: Dark Goldenrod. HEX triplet: C9, 96 and 01. RGB value is (201,150,1). Sum of RGB (Red+Green+Blue) = 201+150+1=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C99601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99601 is #3669FE. Grayscale: #949494. Windows color (decimal): -3566079 or 104137. OLE color: 104137.

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

Color convert

RGB 201 150 1 -
CMYK 0 0.25 1.00 0.21
HSL 44.7º 0.99% 0.4% -
HSV(B) 44.7º 1% 0.79% -
XYZ 35 34.23 4.79 -
YUV 148.26 44.9 165.62 -
System Red Green Blue C M Y K H S L
Decimal 201 150 1 0 0.25 1.00 0.21 44.7 0.99 0.4
Hex C9 96 1 0 19 64 15 2D 63 28
Octal 311 226 1 0 31 144 25 55 143 50
Binary 11001001 10010110 1 0 11001 1100100 10101 101101 1100011 101000

Color Harmonies of #C99601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99601

Black with #C99601

Text Example


Text Example

White with #C99601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99601; }

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

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

background-color css

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

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

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

border-color css

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

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

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