Html Css Color HEX #C7830F Dark Goldenrod

📋 copy color: '#C7830F'

red 199 ◦ green 131 ◦ blue 15

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

Shades of Dark Goldenrod #C7830F

Tints of Dark Goldenrod #C7830F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.35%

R = 57.68%
G = 37.97%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7830F (or 0xC7830F) is known color: Dark Goldenrod. HEX triplet: C7, 83 and 0F. RGB value is (199,131,15). Sum of RGB (Red+Green+Blue) = 199+131+15=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7830F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7830F is #387CF0. Grayscale: #8A8A8A. Windows color (decimal): -3702001 or 1016775. OLE color: 1016775.

HSL color Cylindrical-coordinate representation of color #C7830F: hue angle of 37.83º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7830F is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 131 15 -
CMYK 0 0.34 0.92 0.22
HSL 37.83º 0.86% 0.42% -
HSV(B) 37.83º 0.92% 0.78% -
XYZ 31.76 28.41 4.26 -
YUV 138.11 58.53 171.43 -
System Red Green Blue C M Y K H S L
Decimal 199 131 15 0 0.34 0.92 0.22 37.83 0.86 0.42
Hex C7 83 F 0 22 5C 16 26 56 2A
Octal 307 203 17 0 42 134 26 46 126 52
Binary 11000111 10000011 1111 0 100010 1011100 10110 100110 1010110 101010

Color Harmonies of #C7830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7830F

Black with #C7830F

Text Example


Text Example

White with #C7830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7830F; }

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

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

background-color css

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

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

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

border-color css

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

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

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