Html Css Color HEX #C18105 Dark Goldenrod

📋 copy color: '#C18105'

red 193 ◦ green 129 ◦ blue 5

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

Shades of Dark Goldenrod #C18105

Tints of Dark Goldenrod #C18105

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.45%

 BLUE value IS 5 (2.34% from 255) = 1.53%

R = 59.02%
G = 39.45%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C18105 (or 0xC18105) is known color: Dark Goldenrod. HEX triplet: C1, 81 and 05. RGB value is (193,129,5). Sum of RGB (Red+Green+Blue) = 193+129+5=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C18105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18105 is #3E7EFA. Grayscale: #868686. Windows color (decimal): -4095739 or 360897. OLE color: 360897.

HSL color Cylindrical-coordinate representation of color #C18105: hue angle of 39.57º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C18105 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 129 5 -
CMYK 0 0.33 0.97 0.24
HSL 39.57º 0.95% 0.39% -
HSV(B) 39.57º 0.97% 0.76% -
XYZ 29.87 27.05 3.79 -
YUV 134 55.2 170.08 -
System Red Green Blue C M Y K H S L
Decimal 193 129 5 0 0.33 0.97 0.24 39.57 0.95 0.39
Hex C1 81 5 0 21 61 18 28 5F 27
Octal 301 201 5 0 41 141 30 50 137 47
Binary 11000001 10000001 101 0 100001 1100001 11000 101000 1011111 100111

Color Harmonies of #C18105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18105

Black with #C18105

Text Example


Text Example

White with #C18105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18105; }

 p { color: rgb(193,129,5); }

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

background-color css

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

 a { background-color: rgb(193,129,5); }

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

border-color css

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

 span { border-color: rgb(193,129,5); }

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