Html Css Color HEX #C97404 Dark Goldenrod

📋 copy color: '#C97404'

red 201 ◦ green 116 ◦ blue 4

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

Shades of Dark Goldenrod #C97404

Tints of Dark Goldenrod #C97404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 62.62%
G = 36.14%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C97404 (or 0xC97404) is known color: Dark Goldenrod. HEX triplet: C9, 74 and 04. RGB value is (201,116,4). Sum of RGB (Red+Green+Blue) = 201+116+4=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C97404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97404 is #368BFB. Grayscale: #818181. Windows color (decimal): -3574780 or 292041. OLE color: 292041.

HSL color Cylindrical-coordinate representation of color #C97404: hue angle of 34.11º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C97404 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 116 4 -
CMYK 0 0.42 0.98 0.21
HSL 34.11º 0.96% 0.4% -
HSV(B) 34.11º 0.98% 0.79% -
XYZ 30.35 24.92 3.32 -
YUV 128.65 57.66 179.61 -
System Red Green Blue C M Y K H S L
Decimal 201 116 4 0 0.42 0.98 0.21 34.11 0.96 0.4
Hex C9 74 4 0 2A 62 15 22 60 28
Octal 311 164 4 0 52 142 25 42 140 50
Binary 11001001 1110100 100 0 101010 1100010 10101 100010 1100000 101000

Color Harmonies of #C97404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97404

Black with #C97404

Text Example


Text Example

White with #C97404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97404; }

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

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

background-color css

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

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

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

border-color css

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

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

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