Html Css Color HEX #C8910C Dark Goldenrod

📋 copy color: '#C8910C'

red 200 ◦ green 145 ◦ blue 12

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

Shades of Dark Goldenrod #C8910C

Tints of Dark Goldenrod #C8910C

RGB

 RED value IS 200 (78.52% from 255) = 56.02%

 GREEN value IS 145 (57.03% from 255) = 40.62%

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

R = 56.02%
G = 40.62%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8910C (or 0xC8910C) is known color: Dark Goldenrod. HEX triplet: C8, 91 and 0C. RGB value is (200,145,12). Sum of RGB (Red+Green+Blue) = 200+145+12=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8910C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8910C is #376EF3. Grayscale: #929292. Windows color (decimal): -3632884 or 823752. OLE color: 823752.

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

Color convert

RGB 200 145 12 -
CMYK 0 0.28 0.94 0.22
HSL 42.45º 0.89% 0.42% -
HSV(B) 42.45º 0.94% 0.78% -
XYZ 34.01 32.56 4.84 -
YUV 146.28 52.22 166.31 -
System Red Green Blue C M Y K H S L
Decimal 200 145 12 0 0.28 0.94 0.22 42.45 0.89 0.42
Hex C8 91 C 0 1C 5E 16 2A 59 2A
Octal 310 221 14 0 34 136 26 52 131 52
Binary 11001000 10010001 1100 0 11100 1011110 10110 101010 1011001 101010

Color Harmonies of #C8910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8910C

Black with #C8910C

Text Example


Text Example

White with #C8910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8910C; }

 p { color: rgb(200,145,12); }

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

background-color css

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

 a { background-color: rgb(200,145,12); }

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

border-color css

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

 span { border-color: rgb(200,145,12); }

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