Html Css Color HEX #C19901 Dark Goldenrod

📋 copy color: '#C19901'

red 193 ◦ green 153 ◦ blue 1

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

Shades of Dark Goldenrod #C19901

Tints of Dark Goldenrod #C19901

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.09%

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

R = 55.62%
G = 44.09%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C19901 (or 0xC19901) is known color: Dark Goldenrod. HEX triplet: C1, 99 and 01. RGB value is (193,153,1). Sum of RGB (Red+Green+Blue) = 193+153+1=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C19901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19901 is #3E66FE. Grayscale: #949494. Windows color (decimal): -4089599 or 104897. OLE color: 104897.

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

Color convert

RGB 193 153 1 -
CMYK 0 0.21 0.99 0.24
HSL 47.5º 0.99% 0.38% -
HSV(B) 47.5º 0.99% 0.76% -
XYZ 33.39 34.12 4.86 -
YUV 147.63 45.25 160.36 -
System Red Green Blue C M Y K H S L
Decimal 193 153 1 0 0.21 0.99 0.24 47.5 0.99 0.38
Hex C1 99 1 0 15 63 18 30 63 26
Octal 301 231 1 0 25 143 30 60 143 46
Binary 11000001 10011001 1 0 10101 1100011 11000 110000 1100011 100110

Color Harmonies of #C19901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19901

Black with #C19901

Text Example


Text Example

White with #C19901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19901; }

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

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

background-color css

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

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

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

border-color css

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

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

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