Html Css Color HEX #C8890E Dark Goldenrod

📋 copy color: '#C8890E'

red 200 ◦ green 137 ◦ blue 14

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

Shades of Dark Goldenrod #C8890E

Tints of Dark Goldenrod #C8890E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.03%

 BLUE value IS 14 (5.86% from 255) = 3.99%

R = 56.98%
G = 39.03%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C8890E (or 0xC8890E) is known color: Dark Goldenrod. HEX triplet: C8, 89 and 0E. RGB value is (200,137,14). Sum of RGB (Red+Green+Blue) = 200+137+14=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C8890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8890E is #3776F1. Grayscale: #8E8E8E. Windows color (decimal): -3634930 or 952776. OLE color: 952776.

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

Color convert

RGB 200 137 14 -
CMYK 0 0.32 0.93 0.22
HSL 39.68º 0.87% 0.42% -
HSV(B) 39.68º 0.93% 0.78% -
XYZ 32.84 30.2 4.51 -
YUV 141.82 55.87 169.5 -
System Red Green Blue C M Y K H S L
Decimal 200 137 14 0 0.32 0.93 0.22 39.68 0.87 0.42
Hex C8 89 E 0 20 5D 16 28 57 2A
Octal 310 211 16 0 40 135 26 50 127 52
Binary 11001000 10001001 1110 0 100000 1011101 10110 101000 1010111 101010

Color Harmonies of #C8890E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8890E

Black with #C8890E

Text Example


Text Example

White with #C8890E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8890E; }

 p { color: rgb(200,137,14); }

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

background-color css

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

 a { background-color: rgb(200,137,14); }

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

border-color css

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

 span { border-color: rgb(200,137,14); }

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