Html Css Color HEX #C0770E Dark Goldenrod

📋 copy color: '#C0770E'

red 192 ◦ green 119 ◦ blue 14

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

Shades of Dark Goldenrod #C0770E

Tints of Dark Goldenrod #C0770E

RGB

 RED value IS 192 (75.39% from 255) = 59.08%

 GREEN value IS 119 (46.88% from 255) = 36.62%

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

R = 59.08%
G = 36.62%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0770E (or 0xC0770E) is known color: Dark Goldenrod. HEX triplet: C0, 77 and 0E. RGB value is (192,119,14). Sum of RGB (Red+Green+Blue) = 192+119+14=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C0770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0770E is #3F88F1. Grayscale: #818181. Windows color (decimal): -4163826 or 948160. OLE color: 948160.

HSL color Cylindrical-coordinate representation of color #C0770E: hue angle of 35.39º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0770E is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 14 -
CMYK 0 0.38 0.93 0.25
HSL 35.39º 0.86% 0.4% -
HSV(B) 35.39º 0.93% 0.75% -
XYZ 28.41 24.43 3.63 -
YUV 128.86 63.18 173.04 -
System Red Green Blue C M Y K H S L
Decimal 192 119 14 0 0.38 0.93 0.25 35.39 0.86 0.4
Hex C0 77 E 0 26 5D 19 23 56 28
Octal 300 167 16 0 46 135 31 43 126 50
Binary 11000000 1110111 1110 0 100110 1011101 11001 100011 1010110 101000

Color Harmonies of #C0770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0770E

Black with #C0770E

Text Example


Text Example

White with #C0770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0770E; }

 p { color: rgb(192,119,14); }

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

background-color css

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

 a { background-color: rgb(192,119,14); }

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

border-color css

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

 span { border-color: rgb(192,119,14); }

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