Html Css Color HEX #C1780F Dark Goldenrod

📋 copy color: '#C1780F'

red 193 ◦ green 120 ◦ blue 15

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

Shades of Dark Goldenrod #C1780F

Tints of Dark Goldenrod #C1780F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.57%

R = 58.84%
G = 36.59%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C1780F (or 0xC1780F) is known color: Dark Goldenrod. HEX triplet: C1, 78 and 0F. RGB value is (193,120,15). Sum of RGB (Red+Green+Blue) = 193+120+15=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C1780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1780F is #3E87F0. Grayscale: #828282. Windows color (decimal): -4098033 or 1013953. OLE color: 1013953.

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

Color convert

RGB 193 120 15 -
CMYK 0 0.38 0.92 0.24
HSL 35.39º 0.86% 0.41% -
HSV(B) 35.39º 0.92% 0.76% -
XYZ 28.8 24.8 3.72 -
YUV 129.86 63.18 173.04 -
System Red Green Blue C M Y K H S L
Decimal 193 120 15 0 0.38 0.92 0.24 35.39 0.86 0.41
Hex C1 78 F 0 26 5C 18 23 56 29
Octal 301 170 17 0 46 134 30 43 126 51
Binary 11000001 1111000 1111 0 100110 1011100 11000 100011 1010110 101001

Color Harmonies of #C1780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1780F

Black with #C1780F

Text Example


Text Example

White with #C1780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1780F; }

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

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

background-color css

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

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

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

border-color css

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

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

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