Html Css Color HEX #C97C08 Dark Goldenrod

📋 copy color: '#C97C08'

red 201 ◦ green 124 ◦ blue 8

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

Shades of Dark Goldenrod #C97C08

Tints of Dark Goldenrod #C97C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.4%

R = 60.36%
G = 37.24%
B = 2.4%

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

#C97C08 (or 0xC97C08) is known color: Dark Goldenrod. HEX triplet: C9, 7C and 08. RGB value is (201,124,8). Sum of RGB (Red+Green+Blue) = 201+124+8=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97C08 is #3683F7. Grayscale: #868686. Windows color (decimal): -3572728 or 556233. OLE color: 556233.

HSL color Cylindrical-coordinate representation of color #C97C08: hue angle of 36.06º degrees, saturation: 0.92, 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 #C97C08 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 124 8 -
CMYK 0 0.38 0.96 0.21
HSL 36.06º 0.92% 0.41% -
HSV(B) 36.06º 0.96% 0.79% -
XYZ 31.34 26.85 3.76 -
YUV 133.8 57.01 175.93 -
System Red Green Blue C M Y K H S L
Decimal 201 124 8 0 0.38 0.96 0.21 36.06 0.92 0.41
Hex C9 7C 8 0 26 60 15 24 5C 29
Octal 311 174 10 0 46 140 25 44 134 51
Binary 11001001 1111100 1000 0 100110 1100000 10101 100100 1011100 101001

Color Harmonies of #C97C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97C08

Black with #C97C08

Text Example


Text Example

White with #C97C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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