Html Css Color HEX #C7880E Dark Goldenrod

📋 copy color: '#C7880E'

red 199 ◦ green 136 ◦ blue 14

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

Shades of Dark Goldenrod #C7880E

Tints of Dark Goldenrod #C7880E

RGB

 RED value IS 199 (78.13% from 255) = 57.02%

 GREEN value IS 136 (53.52% from 255) = 38.97%

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

R = 57.02%
G = 38.97%
B = 4.01%

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

#C7880E (or 0xC7880E) is known color: Dark Goldenrod. HEX triplet: C7, 88 and 0E. RGB value is (199,136,14). Sum of RGB (Red+Green+Blue) = 199+136+14=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C7880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7880E is #3877F1. Grayscale: #8D8D8D. Windows color (decimal): -3700722 or 952519. OLE color: 952519.

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

Color convert

RGB 199 136 14 -
CMYK 0 0.32 0.93 0.22
HSL 39.57º 0.87% 0.42% -
HSV(B) 39.57º 0.93% 0.78% -
XYZ 32.44 29.78 4.45 -
YUV 140.93 56.37 169.42 -
System Red Green Blue C M Y K H S L
Decimal 199 136 14 0 0.32 0.93 0.22 39.57 0.87 0.42
Hex C7 88 E 0 20 5D 16 28 57 2A
Octal 307 210 16 0 40 135 26 50 127 52
Binary 11000111 10001000 1110 0 100000 1011101 10110 101000 1010111 101010

Color Harmonies of #C7880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7880E

Black with #C7880E

Text Example


Text Example

White with #C7880E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7880E; }

 p { color: rgb(199,136,14); }

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

background-color css

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

 a { background-color: rgb(199,136,14); }

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

border-color css

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

 span { border-color: rgb(199,136,14); }

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