Html Css Color HEX #C97F04 Dark Goldenrod

📋 copy color: '#C97F04'

red 201 ◦ green 127 ◦ blue 4

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

Shades of Dark Goldenrod #C97F04

Tints of Dark Goldenrod #C97F04

RGB

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

 GREEN value IS 127 (50% from 255) = 38.25%

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

R = 60.54%
G = 38.25%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C97F04 (or 0xC97F04) is known color: Dark Goldenrod. HEX triplet: C9, 7F and 04. RGB value is (201,127,4). Sum of RGB (Red+Green+Blue) = 201+127+4=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97F04 is #3680FB. Grayscale: #878787. Windows color (decimal): -3571964 or 294857. OLE color: 294857.

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

Color convert

RGB 201 127 4 -
CMYK 0 0.37 0.98 0.21
HSL 37.46º 0.96% 0.4% -
HSV(B) 37.46º 0.98% 0.79% -
XYZ 31.7 27.61 3.77 -
YUV 135.1 54.02 175 -
System Red Green Blue C M Y K H S L
Decimal 201 127 4 0 0.37 0.98 0.21 37.46 0.96 0.4
Hex C9 7F 4 0 25 62 15 25 60 28
Octal 311 177 4 0 45 142 25 45 140 50
Binary 11001001 1111111 100 0 100101 1100010 10101 100101 1100000 101000

Color Harmonies of #C97F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F04

Black with #C97F04

Text Example


Text Example

White with #C97F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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