Html Css Color HEX #C18401 Dark Goldenrod

📋 copy color: '#C18401'

red 193 ◦ green 132 ◦ blue 1

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

Shades of Dark Goldenrod #C18401

Tints of Dark Goldenrod #C18401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.49%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 59.2%
G = 40.49%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C18401 (or 0xC18401) is known color: Dark Goldenrod. HEX triplet: C1, 84 and 01. RGB value is (193,132,1). Sum of RGB (Red+Green+Blue) = 193+132+1=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C18401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18401 is #3E7BFE. Grayscale: #878787. Windows color (decimal): -4094975 or 99521. OLE color: 99521.

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

Color convert

RGB 193 132 1 -
CMYK 0 0.32 0.99 0.24
HSL 40.94º 0.99% 0.38% -
HSV(B) 40.94º 0.99% 0.76% -
XYZ 30.25 27.84 3.81 -
YUV 135.31 52.21 169.15 -
System Red Green Blue C M Y K H S L
Decimal 193 132 1 0 0.32 0.99 0.24 40.94 0.99 0.38
Hex C1 84 1 0 20 63 18 29 63 26
Octal 301 204 1 0 40 143 30 51 143 46
Binary 11000001 10000100 1 0 100000 1100011 11000 101001 1100011 100110

Color Harmonies of #C18401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18401

Black with #C18401

Text Example


Text Example

White with #C18401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18401; }

 p { color: rgb(193,132,1); }

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

background-color css

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

 a { background-color: rgb(193,132,1); }

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

border-color css

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

 span { border-color: rgb(193,132,1); }

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