Html Css Color HEX #C77D0E Dark Goldenrod

📋 copy color: '#C77D0E'

red 199 ◦ green 125 ◦ blue 14

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

Shades of Dark Goldenrod #C77D0E

Tints of Dark Goldenrod #C77D0E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.98%

 BLUE value IS 14 (5.86% from 255) = 4.14%

R = 58.88%
G = 36.98%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C77D0E (or 0xC77D0E) is known color: Dark Goldenrod. HEX triplet: C7, 7D and 0E. RGB value is (199,125,14). Sum of RGB (Red+Green+Blue) = 199+125+14=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77D0E is #3882F1. Grayscale: #868686. Windows color (decimal): -3703538 or 949703. OLE color: 949703.

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

Color convert

RGB 199 125 14 -
CMYK 0 0.37 0.93 0.22
HSL 36º 0.87% 0.42% -
HSV(B) 36º 0.93% 0.78% -
XYZ 30.97 26.84 3.96 -
YUV 134.47 60.02 174.03 -
System Red Green Blue C M Y K H S L
Decimal 199 125 14 0 0.37 0.93 0.22 36 0.87 0.42
Hex C7 7D E 0 25 5D 16 24 57 2A
Octal 307 175 16 0 45 135 26 44 127 52
Binary 11000111 1111101 1110 0 100101 1011101 10110 100100 1010111 101010

Color Harmonies of #C77D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77D0E

Black with #C77D0E

Text Example


Text Example

White with #C77D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77D0E; }

 p { color: rgb(199,125,14); }

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

background-color css

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

 a { background-color: rgb(199,125,14); }

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

border-color css

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

 span { border-color: rgb(199,125,14); }

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