Html Css Color HEX #C97401 Dark Goldenrod

📋 copy color: '#C97401'

red 201 ◦ green 116 ◦ blue 1

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

Shades of Dark Goldenrod #C97401

Tints of Dark Goldenrod #C97401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.48%

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

R = 63.21%
G = 36.48%
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

#C97401 (or 0xC97401) is known color: Dark Goldenrod. HEX triplet: C9, 74 and 01. RGB value is (201,116,1). Sum of RGB (Red+Green+Blue) = 201+116+1=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C97401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97401 is #368BFE. Grayscale: #808080. Windows color (decimal): -3574783 or 95433. OLE color: 95433.

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

Color convert

RGB 201 116 1 -
CMYK 0 0.42 1.00 0.21
HSL 34.5º 0.99% 0.4% -
HSV(B) 34.5º 1% 0.79% -
XYZ 30.34 24.91 3.24 -
YUV 128.31 56.16 179.85 -
System Red Green Blue C M Y K H S L
Decimal 201 116 1 0 0.42 1.00 0.21 34.5 0.99 0.4
Hex C9 74 1 0 2A 64 15 22 63 28
Octal 311 164 1 0 52 144 25 42 143 50
Binary 11001001 1110100 1 0 101010 1100100 10101 100010 1100011 101000

Color Harmonies of #C97401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97401

Black with #C97401

Text Example


Text Example

White with #C97401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97401; }

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

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

background-color css

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

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

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

border-color css

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

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

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