Html Css Color HEX #C97501 Dark Goldenrod

📋 copy color: '#C97501'

red 201 ◦ green 117 ◦ blue 1

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

Shades of Dark Goldenrod #C97501

Tints of Dark Goldenrod #C97501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.68%

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

R = 63.01%
G = 36.68%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C97501 (or 0xC97501) is known color: Dark Goldenrod. HEX triplet: C9, 75 and 01. RGB value is (201,117,1). Sum of RGB (Red+Green+Blue) = 201+117+1=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C97501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97501 is #368AFE. Grayscale: #818181. Windows color (decimal): -3574527 or 95689. OLE color: 95689.

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

Color convert

RGB 201 117 1 -
CMYK 0 0.42 1.00 0.21
HSL 34.8º 0.99% 0.4% -
HSV(B) 34.8º 1% 0.79% -
XYZ 30.45 25.14 3.28 -
YUV 128.89 55.83 179.43 -
System Red Green Blue C M Y K H S L
Decimal 201 117 1 0 0.42 1.00 0.21 34.8 0.99 0.4
Hex C9 75 1 0 2A 64 15 23 63 28
Octal 311 165 1 0 52 144 25 43 143 50
Binary 11001001 1110101 1 0 101010 1100100 10101 100011 1100011 101000

Color Harmonies of #C97501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97501

Black with #C97501

Text Example


Text Example

White with #C97501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97501; }

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

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

background-color css

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

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

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

border-color css

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

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

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