Html Css Color HEX #C1770C Dark Goldenrod

📋 copy color: '#C1770C'

red 193 ◦ green 119 ◦ blue 12

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

Shades of Dark Goldenrod #C1770C

Tints of Dark Goldenrod #C1770C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.7%

R = 59.57%
G = 36.73%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1770C (or 0xC1770C) is known color: Dark Goldenrod. HEX triplet: C1, 77 and 0C. RGB value is (193,119,12). Sum of RGB (Red+Green+Blue) = 193+119+12=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C1770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1770C is #3E88F3. Grayscale: #818181. Windows color (decimal): -4098292 or 817089. OLE color: 817089.

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

Color convert

RGB 193 119 12 -
CMYK 0 0.38 0.94 0.24
HSL 35.47º 0.88% 0.4% -
HSV(B) 35.47º 0.94% 0.76% -
XYZ 28.66 24.56 3.58 -
YUV 128.93 62.02 173.7 -
System Red Green Blue C M Y K H S L
Decimal 193 119 12 0 0.38 0.94 0.24 35.47 0.88 0.4
Hex C1 77 C 0 26 5E 18 23 58 28
Octal 301 167 14 0 46 136 30 43 130 50
Binary 11000001 1110111 1100 0 100110 1011110 11000 100011 1011000 101000

Color Harmonies of #C1770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1770C

Black with #C1770C

Text Example


Text Example

White with #C1770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1770C; }

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

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

background-color css

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

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

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

border-color css

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

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

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