Html Css Color HEX #C97F0C Dark Goldenrod

📋 copy color: '#C97F0C'

red 201 ◦ green 127 ◦ blue 12

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

Shades of Dark Goldenrod #C97F0C

Tints of Dark Goldenrod #C97F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.53%

R = 59.12%
G = 37.35%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C97F0C (or 0xC97F0C) is known color: Dark Goldenrod. HEX triplet: C9, 7F and 0C. RGB value is (201,127,12). Sum of RGB (Red+Green+Blue) = 201+127+12=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97F0C is #3680F3. Grayscale: #888888. Windows color (decimal): -3571956 or 819145. OLE color: 819145.

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

Color convert

RGB 201 127 12 -
CMYK 0 0.37 0.94 0.21
HSL 36.51º 0.89% 0.42% -
HSV(B) 36.51º 0.94% 0.79% -
XYZ 31.74 27.62 4.01 -
YUV 136.02 58.02 174.35 -
System Red Green Blue C M Y K H S L
Decimal 201 127 12 0 0.37 0.94 0.21 36.51 0.89 0.42
Hex C9 7F C 0 25 5E 15 25 59 2A
Octal 311 177 14 0 45 136 25 45 131 52
Binary 11001001 1111111 1100 0 100101 1011110 10101 100101 1011001 101010

Color Harmonies of #C97F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F0C

Black with #C97F0C

Text Example


Text Example

White with #C97F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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