Html Css Color HEX #C7800D Dark Goldenrod

📋 copy color: '#C7800D'

red 199 ◦ green 128 ◦ blue 13

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

Shades of Dark Goldenrod #C7800D

Tints of Dark Goldenrod #C7800D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.65%

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

R = 58.53%
G = 37.65%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7800D (or 0xC7800D) is known color: Dark Goldenrod. HEX triplet: C7, 80 and 0D. RGB value is (199,128,13). Sum of RGB (Red+Green+Blue) = 199+128+13=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C7800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7800D is #387FF2. Grayscale: #888888. Windows color (decimal): -3702771 or 884935. OLE color: 884935.

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

Color convert

RGB 199 128 13 -
CMYK 0 0.36 0.93 0.22
HSL 37.1º 0.88% 0.42% -
HSV(B) 37.1º 0.93% 0.78% -
XYZ 31.35 27.61 4.06 -
YUV 136.12 58.52 172.85 -
System Red Green Blue C M Y K H S L
Decimal 199 128 13 0 0.36 0.93 0.22 37.1 0.88 0.42
Hex C7 80 D 0 24 5D 16 25 58 2A
Octal 307 200 15 0 44 135 26 45 130 52
Binary 11000111 10000000 1101 0 100100 1011101 10110 100101 1011000 101010

Color Harmonies of #C7800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7800D

Black with #C7800D

Text Example


Text Example

White with #C7800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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