Html Css Color HEX #C7830E Dark Goldenrod

📋 copy color: '#C7830E'

red 199 ◦ green 131 ◦ blue 14

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

Shades of Dark Goldenrod #C7830E

Tints of Dark Goldenrod #C7830E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.08%

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

R = 57.85%
G = 38.08%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7830E (or 0xC7830E) is known color: Dark Goldenrod. HEX triplet: C7, 83 and 0E. RGB value is (199,131,14). Sum of RGB (Red+Green+Blue) = 199+131+14=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7830E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7830E is #387CF1. Grayscale: #8A8A8A. Windows color (decimal): -3702002 or 951239. OLE color: 951239.

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

Color convert

RGB 199 131 14 -
CMYK 0 0.34 0.93 0.22
HSL 37.95º 0.87% 0.42% -
HSV(B) 37.95º 0.93% 0.78% -
XYZ 31.75 28.41 4.23 -
YUV 137.99 58.03 171.51 -
System Red Green Blue C M Y K H S L
Decimal 199 131 14 0 0.34 0.93 0.22 37.95 0.87 0.42
Hex C7 83 E 0 22 5D 16 26 57 2A
Octal 307 203 16 0 42 135 26 46 127 52
Binary 11000111 10000011 1110 0 100010 1011101 10110 100110 1010111 101010

Color Harmonies of #C7830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7830E

Black with #C7830E

Text Example


Text Example

White with #C7830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7830E; }

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

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

background-color css

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

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

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

border-color css

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

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

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