Html Css Color HEX #C78114 Dark Goldenrod

📋 copy color: '#C78114'

red 199 ◦ green 129 ◦ blue 20

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

Shades of Dark Goldenrod #C78114

Tints of Dark Goldenrod #C78114

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.07%

 BLUE value IS 20 (8.2% from 255) = 5.75%

R = 57.18%
G = 37.07%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C78114 (or 0xC78114) is known color: Dark Goldenrod. HEX triplet: C7, 81 and 14. RGB value is (199,129,20). Sum of RGB (Red+Green+Blue) = 199+129+20=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C78114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78114 is #387EEB. Grayscale: #8A8A8A. Windows color (decimal): -3702508 or 1343943. OLE color: 1343943.

HSL color Cylindrical-coordinate representation of color #C78114: hue angle of 36.54º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C78114 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 129 20 -
CMYK 0 0.35 0.90 0.22
HSL 36.54º 0.82% 0.43% -
HSV(B) 36.54º 0.9% 0.78% -
XYZ 31.53 27.89 4.38 -
YUV 137.5 61.69 171.86 -
System Red Green Blue C M Y K H S L
Decimal 199 129 20 0 0.35 0.90 0.22 36.54 0.82 0.43
Hex C7 81 14 0 23 5A 16 25 52 2B
Octal 307 201 24 0 43 132 26 45 122 53
Binary 11000111 10000001 10100 0 100011 1011010 10110 100101 1010010 101011

Color Harmonies of #C78114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78114

Black with #C78114

Text Example


Text Example

White with #C78114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78114; }

 p { color: rgb(199,129,20); }

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

background-color css

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

 a { background-color: rgb(199,129,20); }

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

border-color css

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

 span { border-color: rgb(199,129,20); }

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