Html Css Color HEX #C7840D Dark Goldenrod

📋 copy color: '#C7840D'

red 199 ◦ green 132 ◦ blue 13

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

Shades of Dark Goldenrod #C7840D

Tints of Dark Goldenrod #C7840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.37%

 BLUE value IS 13 (5.47% from 255) = 3.78%

R = 57.85%
G = 38.37%
B = 3.78%

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

#C7840D (or 0xC7840D) is known color: Dark Goldenrod. HEX triplet: C7, 84 and 0D. RGB value is (199,132,13). Sum of RGB (Red+Green+Blue) = 199+132+13=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7840D is #387BF2. Grayscale: #8B8B8B. Windows color (decimal): -3701747 or 885959. OLE color: 885959.

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

Color convert

RGB 199 132 13 -
CMYK 0 0.34 0.93 0.22
HSL 38.39º 0.88% 0.42% -
HSV(B) 38.39º 0.93% 0.78% -
XYZ 31.88 28.67 4.24 -
YUV 138.47 57.2 171.18 -
System Red Green Blue C M Y K H S L
Decimal 199 132 13 0 0.34 0.93 0.22 38.39 0.88 0.42
Hex C7 84 D 0 22 5D 16 26 58 2A
Octal 307 204 15 0 42 135 26 46 130 52
Binary 11000111 10000100 1101 0 100010 1011101 10110 100110 1011000 101010

Color Harmonies of #C7840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7840D

Black with #C7840D

Text Example


Text Example

White with #C7840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7840D; }

 p { color: rgb(199,132,13); }

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

background-color css

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

 a { background-color: rgb(199,132,13); }

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

border-color css

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

 span { border-color: rgb(199,132,13); }

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