Html Css Color HEX #C8920E Dark Goldenrod

📋 copy color: '#C8920E'

red 200 ◦ green 146 ◦ blue 14

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

Shades of Dark Goldenrod #C8920E

Tints of Dark Goldenrod #C8920E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

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

R = 55.56%
G = 40.56%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C8920E (or 0xC8920E) is known color: Dark Goldenrod. HEX triplet: C8, 92 and 0E. RGB value is (200,146,14). Sum of RGB (Red+Green+Blue) = 200+146+14=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8920E is #376DF1. Grayscale: #939393. Windows color (decimal): -3632626 or 955080. OLE color: 955080.

HSL color Cylindrical-coordinate representation of color #C8920E: hue angle of 42.58º 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 #C8920E is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 146 14 -
CMYK 0 0.27 0.93 0.22
HSL 42.58º 0.87% 0.42% -
HSV(B) 42.58º 0.93% 0.78% -
XYZ 34.18 32.87 4.96 -
YUV 147.1 52.89 165.73 -
System Red Green Blue C M Y K H S L
Decimal 200 146 14 0 0.27 0.93 0.22 42.58 0.87 0.42
Hex C8 92 E 0 1B 5D 16 2B 57 2A
Octal 310 222 16 0 33 135 26 53 127 52
Binary 11001000 10010010 1110 0 11011 1011101 10110 101011 1010111 101010

Color Harmonies of #C8920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8920E

Black with #C8920E

Text Example


Text Example

White with #C8920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8920E; }

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

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

background-color css

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

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

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

border-color css

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

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

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