Html Css Color HEX #C19A01 Dark Goldenrod

📋 copy color: '#C19A01'

red 193 ◦ green 154 ◦ blue 1

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

Shades of Dark Goldenrod #C19A01

Tints of Dark Goldenrod #C19A01

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.25%

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

R = 55.46%
G = 44.25%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C19A01 (or 0xC19A01) is known color: Dark Goldenrod. HEX triplet: C1, 9A and 01. RGB value is (193,154,1). Sum of RGB (Red+Green+Blue) = 193+154+1=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19A01 is #3E65FE. Grayscale: #949494. Windows color (decimal): -4089343 or 105153. OLE color: 105153.

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

Color convert

RGB 193 154 1 -
CMYK 0 0.20 0.99 0.24
HSL 47.81º 0.99% 0.38% -
HSV(B) 47.81º 0.99% 0.76% -
XYZ 33.55 34.45 4.91 -
YUV 148.22 44.92 159.94 -
System Red Green Blue C M Y K H S L
Decimal 193 154 1 0 0.20 0.99 0.24 47.81 0.99 0.38
Hex C1 9A 1 0 14 63 18 30 63 26
Octal 301 232 1 0 24 143 30 60 143 46
Binary 11000001 10011010 1 0 10100 1100011 11000 110000 1100011 100110

Color Harmonies of #C19A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19A01

Black with #C19A01

Text Example


Text Example

White with #C19A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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