Html Css Color HEX #C1910B Dark Goldenrod

📋 copy color: '#C1910B'

red 193 ◦ green 145 ◦ blue 11

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

Shades of Dark Goldenrod #C1910B

Tints of Dark Goldenrod #C1910B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.15%

R = 55.3%
G = 41.55%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1910B (or 0xC1910B) is known color: Dark Goldenrod. HEX triplet: C1, 91 and 0B. RGB value is (193,145,11). Sum of RGB (Red+Green+Blue) = 193+145+11=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C1910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1910B is #3E6EF4. Grayscale: #909090. Windows color (decimal): -4091637 or 758209. OLE color: 758209.

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

Color convert

RGB 193 145 11 -
CMYK 0 0.25 0.94 0.24
HSL 44.18º 0.89% 0.4% -
HSV(B) 44.18º 0.94% 0.76% -
XYZ 32.18 31.61 4.72 -
YUV 144.08 52.9 162.9 -
System Red Green Blue C M Y K H S L
Decimal 193 145 11 0 0.25 0.94 0.24 44.18 0.89 0.4
Hex C1 91 B 0 19 5E 18 2C 59 28
Octal 301 221 13 0 31 136 30 54 131 50
Binary 11000001 10010001 1011 0 11001 1011110 11000 101100 1011001 101000

Color Harmonies of #C1910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1910B

Black with #C1910B

Text Example


Text Example

White with #C1910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1910B; }

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

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

background-color css

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

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

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

border-color css

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

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

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