Html Css Color HEX #C97C09 Dark Goldenrod

📋 copy color: '#C97C09'

red 201 ◦ green 124 ◦ blue 9

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

Shades of Dark Goldenrod #C97C09

Tints of Dark Goldenrod #C97C09

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.13%

 BLUE value IS 9 (3.91% from 255) = 2.69%

R = 60.18%
G = 37.13%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C97C09 (or 0xC97C09) is known color: Dark Goldenrod. HEX triplet: C9, 7C and 09. RGB value is (201,124,9). Sum of RGB (Red+Green+Blue) = 201+124+9=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97C09 is #3683F6. Grayscale: #868686. Windows color (decimal): -3572727 or 621769. OLE color: 621769.

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

Color convert

RGB 201 124 9 -
CMYK 0 0.38 0.96 0.21
HSL 35.94º 0.91% 0.41% -
HSV(B) 35.94º 0.96% 0.79% -
XYZ 31.34 26.85 3.79 -
YUV 133.91 57.51 175.85 -
System Red Green Blue C M Y K H S L
Decimal 201 124 9 0 0.38 0.96 0.21 35.94 0.91 0.41
Hex C9 7C 9 0 26 60 15 24 5B 29
Octal 311 174 11 0 46 140 25 44 133 51
Binary 11001001 1111100 1001 0 100110 1100000 10101 100100 1011011 101001

Color Harmonies of #C97C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97C09

Black with #C97C09

Text Example


Text Example

White with #C97C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97C09; }

 p { color: rgb(201,124,9); }

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

background-color css

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

 a { background-color: rgb(201,124,9); }

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

border-color css

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

 span { border-color: rgb(201,124,9); }

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