Html Css Color HEX #C1910F Dark Goldenrod

📋 copy color: '#C1910F'

red 193 ◦ green 145 ◦ blue 15

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

Shades of Dark Goldenrod #C1910F

Tints of Dark Goldenrod #C1910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.08%

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

R = 54.67%
G = 41.08%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C1910F (or 0xC1910F) is known color: Dark Goldenrod. HEX triplet: C1, 91 and 0F. RGB value is (193,145,15). Sum of RGB (Red+Green+Blue) = 193+145+15=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1910F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1910F is #3E6EF0. Grayscale: #919191. Windows color (decimal): -4091633 or 1020353. OLE color: 1020353.

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

Color convert

RGB 193 145 15 -
CMYK 0 0.25 0.92 0.24
HSL 43.82º 0.86% 0.41% -
HSV(B) 43.82º 0.92% 0.76% -
XYZ 32.2 31.62 4.86 -
YUV 144.53 54.9 162.57 -
System Red Green Blue C M Y K H S L
Decimal 193 145 15 0 0.25 0.92 0.24 43.82 0.86 0.41
Hex C1 91 F 0 19 5C 18 2C 56 29
Octal 301 221 17 0 31 134 30 54 126 51
Binary 11000001 10010001 1111 0 11001 1011100 11000 101100 1010110 101001

Color Harmonies of #C1910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1910F

Black with #C1910F

Text Example


Text Example

White with #C1910F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1910F; }

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

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

background-color css

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

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

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

border-color css

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

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

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