Html Css Color HEX #C77F0E Dark Goldenrod

📋 copy color: '#C77F0E'

red 199 ◦ green 127 ◦ blue 14

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

Shades of Dark Goldenrod #C77F0E

Tints of Dark Goldenrod #C77F0E

RGB

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

 GREEN value IS 127 (50% from 255) = 37.35%

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

R = 58.53%
G = 37.35%
B = 4.12%

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

#C77F0E (or 0xC77F0E) is known color: Dark Goldenrod. HEX triplet: C7, 7F and 0E. RGB value is (199,127,14). Sum of RGB (Red+Green+Blue) = 199+127+14=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77F0E is #3880F1. Grayscale: #888888. Windows color (decimal): -3703026 or 950215. OLE color: 950215.

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

Color convert

RGB 199 127 14 -
CMYK 0 0.36 0.93 0.22
HSL 36.65º 0.87% 0.42% -
HSV(B) 36.65º 0.93% 0.78% -
XYZ 31.22 27.35 4.05 -
YUV 135.65 59.35 173.19 -
System Red Green Blue C M Y K H S L
Decimal 199 127 14 0 0.36 0.93 0.22 36.65 0.87 0.42
Hex C7 7F E 0 24 5D 16 25 57 2A
Octal 307 177 16 0 44 135 26 45 127 52
Binary 11000111 1111111 1110 0 100100 1011101 10110 100101 1010111 101010

Color Harmonies of #C77F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F0E

Black with #C77F0E

Text Example


Text Example

White with #C77F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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