Html Css Color HEX #C7810E Dark Goldenrod

📋 copy color: '#C7810E'

red 199 ◦ green 129 ◦ blue 14

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

Shades of Dark Goldenrod #C7810E

Tints of Dark Goldenrod #C7810E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.72%

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

R = 58.19%
G = 37.72%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7810E (or 0xC7810E) is known color: Dark Goldenrod. HEX triplet: C7, 81 and 0E. RGB value is (199,129,14). Sum of RGB (Red+Green+Blue) = 199+129+14=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7810E is #387EF1. Grayscale: #898989. Windows color (decimal): -3702514 or 950727. OLE color: 950727.

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

Color convert

RGB 199 129 14 -
CMYK 0 0.35 0.93 0.22
HSL 37.3º 0.87% 0.42% -
HSV(B) 37.3º 0.93% 0.78% -
XYZ 31.48 27.87 4.14 -
YUV 136.82 58.69 172.35 -
System Red Green Blue C M Y K H S L
Decimal 199 129 14 0 0.35 0.93 0.22 37.3 0.87 0.42
Hex C7 81 E 0 23 5D 16 25 57 2A
Octal 307 201 16 0 43 135 26 45 127 52
Binary 11000111 10000001 1110 0 100011 1011101 10110 100101 1010111 101010

Color Harmonies of #C7810E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7810E

Black with #C7810E

Text Example


Text Example

White with #C7810E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7810E; }

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

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

background-color css

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

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

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

border-color css

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

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

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