Html Css Color HEX #C1780E Dark Goldenrod

📋 copy color: '#C1780E'

red 193 ◦ green 120 ◦ blue 14

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

Shades of Dark Goldenrod #C1780E

Tints of Dark Goldenrod #C1780E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.7%

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

R = 59.02%
G = 36.7%
B = 4.28%

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

#C1780E (or 0xC1780E) is known color: Dark Goldenrod. HEX triplet: C1, 78 and 0E. RGB value is (193,120,14). Sum of RGB (Red+Green+Blue) = 193+120+14=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C1780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1780E is #3E87F1. Grayscale: #828282. Windows color (decimal): -4098034 or 948417. OLE color: 948417.

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

Color convert

RGB 193 120 14 -
CMYK 0 0.38 0.93 0.24
HSL 35.53º 0.86% 0.41% -
HSV(B) 35.53º 0.93% 0.76% -
XYZ 28.79 24.8 3.69 -
YUV 129.74 62.68 173.12 -
System Red Green Blue C M Y K H S L
Decimal 193 120 14 0 0.38 0.93 0.24 35.53 0.86 0.41
Hex C1 78 E 0 26 5D 18 24 56 29
Octal 301 170 16 0 46 135 30 44 126 51
Binary 11000001 1111000 1110 0 100110 1011101 11000 100100 1010110 101001

Color Harmonies of #C1780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1780E

Black with #C1780E

Text Example


Text Example

White with #C1780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1780E; }

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

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

background-color css

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

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

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

border-color css

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

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

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