Html Css Color HEX #C97F0E Dark Goldenrod

📋 copy color: '#C97F0E'

red 201 ◦ green 127 ◦ blue 14

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

Shades of Dark Goldenrod #C97F0E

Tints of Dark Goldenrod #C97F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.09%

R = 58.77%
G = 37.13%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C97F0E (or 0xC97F0E) is known color: Dark Goldenrod. HEX triplet: C9, 7F and 0E. RGB value is (201,127,14). Sum of RGB (Red+Green+Blue) = 201+127+14=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97F0E is #3680F1. Grayscale: #888888. Windows color (decimal): -3571954 or 950217. OLE color: 950217.

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

Color convert

RGB 201 127 14 -
CMYK 0 0.37 0.93 0.21
HSL 36.26º 0.87% 0.42% -
HSV(B) 36.26º 0.93% 0.79% -
XYZ 31.76 27.63 4.07 -
YUV 136.24 59.02 174.19 -
System Red Green Blue C M Y K H S L
Decimal 201 127 14 0 0.37 0.93 0.21 36.26 0.87 0.42
Hex C9 7F E 0 25 5D 15 24 57 2A
Octal 311 177 16 0 45 135 25 44 127 52
Binary 11001001 1111111 1110 0 100101 1011101 10101 100100 1010111 101010

Color Harmonies of #C97F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F0E

Black with #C97F0E

Text Example


Text Example

White with #C97F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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