Html Css Color HEX #C1850E Dark Goldenrod

📋 copy color: '#C1850E'

red 193 ◦ green 133 ◦ blue 14

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

Shades of Dark Goldenrod #C1850E

Tints of Dark Goldenrod #C1850E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.12%

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

R = 56.76%
G = 39.12%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1850E (or 0xC1850E) is known color: Dark Goldenrod. HEX triplet: C1, 85 and 0E. RGB value is (193,133,14). Sum of RGB (Red+Green+Blue) = 193+133+14=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1850E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1850E is #3E7AF1. Grayscale: #898989. Windows color (decimal): -4094706 or 951745. OLE color: 951745.

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

Color convert

RGB 193 133 14 -
CMYK 0 0.31 0.93 0.24
HSL 39.89º 0.86% 0.41% -
HSV(B) 39.89º 0.93% 0.76% -
XYZ 30.46 28.14 4.24 -
YUV 137.37 58.38 167.68 -
System Red Green Blue C M Y K H S L
Decimal 193 133 14 0 0.31 0.93 0.24 39.89 0.86 0.41
Hex C1 85 E 0 1F 5D 18 28 56 29
Octal 301 205 16 0 37 135 30 50 126 51
Binary 11000001 10000101 1110 0 11111 1011101 11000 101000 1010110 101001

Color Harmonies of #C1850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1850E

Black with #C1850E

Text Example


Text Example

White with #C1850E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1850E; }

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

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

background-color css

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

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

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

border-color css

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

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

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