Html Css Color HEX #C1770E Dark Goldenrod

📋 copy color: '#C1770E'

red 193 ◦ green 119 ◦ blue 14

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

Shades of Dark Goldenrod #C1770E

Tints of Dark Goldenrod #C1770E

RGB

 RED value IS 193 (75.78% from 255) = 59.2%

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

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

R = 59.2%
G = 36.5%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1770E (or 0xC1770E) is known color: Dark Goldenrod. HEX triplet: C1, 77 and 0E. RGB value is (193,119,14). Sum of RGB (Red+Green+Blue) = 193+119+14=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C1770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1770E is #3E88F1. Grayscale: #818181. Windows color (decimal): -4098290 or 948161. OLE color: 948161.

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

Color convert

RGB 193 119 14 -
CMYK 0 0.38 0.93 0.24
HSL 35.2º 0.86% 0.41% -
HSV(B) 35.2º 0.93% 0.76% -
XYZ 28.67 24.56 3.65 -
YUV 129.16 63.02 173.54 -
System Red Green Blue C M Y K H S L
Decimal 193 119 14 0 0.38 0.93 0.24 35.2 0.86 0.41
Hex C1 77 E 0 26 5D 18 23 56 29
Octal 301 167 16 0 46 135 30 43 126 51
Binary 11000001 1110111 1110 0 100110 1011101 11000 100011 1010110 101001

Color Harmonies of #C1770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1770E

Black with #C1770E

Text Example


Text Example

White with #C1770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1770E; }

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

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

background-color css

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

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

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

border-color css

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

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

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