Html Css Color HEX #C8800E Dark Goldenrod

📋 copy color: '#C8800E'

red 200 ◦ green 128 ◦ blue 14

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

Shades of Dark Goldenrod #C8800E

Tints of Dark Goldenrod #C8800E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.43%

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

R = 58.48%
G = 37.43%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C8800E (or 0xC8800E) is known color: Dark Goldenrod. HEX triplet: C8, 80 and 0E. RGB value is (200,128,14). Sum of RGB (Red+Green+Blue) = 200+128+14=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8800E is #377FF1. Grayscale: #898989. Windows color (decimal): -3637234 or 950472. OLE color: 950472.

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

Color convert

RGB 200 128 14 -
CMYK 0 0.36 0.93 0.22
HSL 36.77º 0.87% 0.42% -
HSV(B) 36.77º 0.93% 0.78% -
XYZ 31.62 27.75 4.11 -
YUV 136.53 58.85 173.27 -
System Red Green Blue C M Y K H S L
Decimal 200 128 14 0 0.36 0.93 0.22 36.77 0.87 0.42
Hex C8 80 E 0 24 5D 16 25 57 2A
Octal 310 200 16 0 44 135 26 45 127 52
Binary 11001000 10000000 1110 0 100100 1011101 10110 100101 1010111 101010

Color Harmonies of #C8800E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8800E

Black with #C8800E

Text Example


Text Example

White with #C8800E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8800E; }

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

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

background-color css

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

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

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

border-color css

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

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

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