Html Css Color HEX #C7870E Dark Goldenrod

📋 copy color: '#C7870E'

red 199 ◦ green 135 ◦ blue 14

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

Shades of Dark Goldenrod #C7870E

Tints of Dark Goldenrod #C7870E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.79%

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

R = 57.18%
G = 38.79%
B = 4.02%

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

#C7870E (or 0xC7870E) is known color: Dark Goldenrod. HEX triplet: C7, 87 and 0E. RGB value is (199,135,14). Sum of RGB (Red+Green+Blue) = 199+135+14=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C7870E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7870E is #3878F1. Grayscale: #8C8C8C. Windows color (decimal): -3700978 or 952263. OLE color: 952263.

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

Color convert

RGB 199 135 14 -
CMYK 0 0.32 0.93 0.22
HSL 39.24º 0.87% 0.42% -
HSV(B) 39.24º 0.93% 0.78% -
XYZ 32.3 29.5 4.41 -
YUV 140.34 56.7 169.84 -
System Red Green Blue C M Y K H S L
Decimal 199 135 14 0 0.32 0.93 0.22 39.24 0.87 0.42
Hex C7 87 E 0 20 5D 16 27 57 2A
Octal 307 207 16 0 40 135 26 47 127 52
Binary 11000111 10000111 1110 0 100000 1011101 10110 100111 1010111 101010

Color Harmonies of #C7870E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7870E

Black with #C7870E

Text Example


Text Example

White with #C7870E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7870E; }

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

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

background-color css

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

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

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

border-color css

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

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

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