Html Css Color HEX #C7860D Dark Goldenrod

📋 copy color: '#C7860D'

red 199 ◦ green 134 ◦ blue 13

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

Shades of Dark Goldenrod #C7860D

Tints of Dark Goldenrod #C7860D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.73%

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

R = 57.51%
G = 38.73%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7860D (or 0xC7860D) is known color: Dark Goldenrod. HEX triplet: C7, 86 and 0D. RGB value is (199,134,13). Sum of RGB (Red+Green+Blue) = 199+134+13=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7860D is #3879F2. Grayscale: #8C8C8C. Windows color (decimal): -3701235 or 886471. OLE color: 886471.

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

Color convert

RGB 199 134 13 -
CMYK 0 0.33 0.93 0.22
HSL 39.03º 0.88% 0.42% -
HSV(B) 39.03º 0.93% 0.78% -
XYZ 32.15 29.22 4.33 -
YUV 139.64 56.53 170.34 -
System Red Green Blue C M Y K H S L
Decimal 199 134 13 0 0.33 0.93 0.22 39.03 0.88 0.42
Hex C7 86 D 0 21 5D 16 27 58 2A
Octal 307 206 15 0 41 135 26 47 130 52
Binary 11000111 10000110 1101 0 100001 1011101 10110 100111 1011000 101010

Color Harmonies of #C7860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7860D

Black with #C7860D

Text Example


Text Example

White with #C7860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7860D; }

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

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

background-color css

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

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

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

border-color css

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

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

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