Html Css Color HEX #C8910D Dark Goldenrod

📋 copy color: '#C8910D'

red 200 ◦ green 145 ◦ blue 13

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

Shades of Dark Goldenrod #C8910D

Tints of Dark Goldenrod #C8910D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.63%

R = 55.87%
G = 40.5%
B = 3.63%

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

#C8910D (or 0xC8910D) is known color: Dark Goldenrod. HEX triplet: C8, 91 and 0D. RGB value is (200,145,13). Sum of RGB (Red+Green+Blue) = 200+145+13=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C8910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8910D is #376EF2. Grayscale: #929292. Windows color (decimal): -3632883 or 889288. OLE color: 889288.

HSL color Cylindrical-coordinate representation of color #C8910D: hue angle of 42.35º degrees, saturation: 0.88, 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 #C8910D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 145 13 -
CMYK 0 0.28 0.94 0.22
HSL 42.35º 0.88% 0.42% -
HSV(B) 42.35º 0.94% 0.78% -
XYZ 34.02 32.56 4.87 -
YUV 146.4 52.72 166.23 -
System Red Green Blue C M Y K H S L
Decimal 200 145 13 0 0.28 0.94 0.22 42.35 0.88 0.42
Hex C8 91 D 0 1C 5E 16 2A 58 2A
Octal 310 221 15 0 34 136 26 52 130 52
Binary 11001000 10010001 1101 0 11100 1011110 10110 101010 1011000 101010

Color Harmonies of #C8910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8910D

Black with #C8910D

Text Example


Text Example

White with #C8910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8910D; }

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

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

background-color css

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

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

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

border-color css

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

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

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