Html Css Color HEX #C97C06 Dark Goldenrod

📋 copy color: '#C97C06'

red 201 ◦ green 124 ◦ blue 6

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

Shades of Dark Goldenrod #C97C06

Tints of Dark Goldenrod #C97C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.81%

R = 60.73%
G = 37.46%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C97C06 (or 0xC97C06) is known color: Dark Goldenrod. HEX triplet: C9, 7C and 06. RGB value is (201,124,6). Sum of RGB (Red+Green+Blue) = 201+124+6=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97C06 is #3683F9. Grayscale: #868686. Windows color (decimal): -3572730 or 425161. OLE color: 425161.

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

Color convert

RGB 201 124 6 -
CMYK 0 0.38 0.97 0.21
HSL 36.31º 0.94% 0.41% -
HSV(B) 36.31º 0.97% 0.79% -
XYZ 31.33 26.85 3.7 -
YUV 133.57 56.01 176.09 -
System Red Green Blue C M Y K H S L
Decimal 201 124 6 0 0.38 0.97 0.21 36.31 0.94 0.41
Hex C9 7C 6 0 26 61 15 24 5E 29
Octal 311 174 6 0 46 141 25 44 136 51
Binary 11001001 1111100 110 0 100110 1100001 10101 100100 1011110 101001

Color Harmonies of #C97C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97C06

Black with #C97C06

Text Example


Text Example

White with #C97C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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