Html Css Color HEX #C19401 Dark Goldenrod

📋 copy color: '#C19401'

red 193 ◦ green 148 ◦ blue 1

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

Shades of Dark Goldenrod #C19401

Tints of Dark Goldenrod #C19401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.27%

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

R = 56.43%
G = 43.27%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C19401 (or 0xC19401) is known color: Dark Goldenrod. HEX triplet: C1, 94 and 01. RGB value is (193,148,1). Sum of RGB (Red+Green+Blue) = 193+148+1=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C19401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19401 is #3E6BFE. Grayscale: #919191. Windows color (decimal): -4090879 or 103617. OLE color: 103617.

HSL color Cylindrical-coordinate representation of color #C19401: hue angle of 45.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 #C19401 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 148 1 -
CMYK 0 0.23 0.99 0.24
HSL 45.94º 0.99% 0.38% -
HSV(B) 45.94º 0.99% 0.76% -
XYZ 32.59 32.52 4.59 -
YUV 144.7 46.91 162.45 -
System Red Green Blue C M Y K H S L
Decimal 193 148 1 0 0.23 0.99 0.24 45.94 0.99 0.38
Hex C1 94 1 0 17 63 18 2E 63 26
Octal 301 224 1 0 27 143 30 56 143 46
Binary 11000001 10010100 1 0 10111 1100011 11000 101110 1100011 100110

Color Harmonies of #C19401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19401

Black with #C19401

Text Example


Text Example

White with #C19401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19401; }

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

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

background-color css

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

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

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

border-color css

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

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

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