Html Css Color HEX #C19005 Dark Goldenrod

📋 copy color: '#C19005'

red 193 ◦ green 144 ◦ blue 5

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

Shades of Dark Goldenrod #C19005

Tints of Dark Goldenrod #C19005

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.11%

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

R = 56.43%
G = 42.11%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C19005 (or 0xC19005) is known color: Dark Goldenrod. HEX triplet: C1, 90 and 05. RGB value is (193,144,5). Sum of RGB (Red+Green+Blue) = 193+144+5=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C19005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19005 is #3E6FFA. Grayscale: #8F8F8F. Windows color (decimal): -4091899 or 364737. OLE color: 364737.

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

Color convert

RGB 193 144 5 -
CMYK 0 0.25 0.97 0.24
HSL 44.36º 0.95% 0.39% -
HSV(B) 44.36º 0.97% 0.76% -
XYZ 31.99 31.29 4.5 -
YUV 142.81 50.23 163.8 -
System Red Green Blue C M Y K H S L
Decimal 193 144 5 0 0.25 0.97 0.24 44.36 0.95 0.39
Hex C1 90 5 0 19 61 18 2C 5F 27
Octal 301 220 5 0 31 141 30 54 137 47
Binary 11000001 10010000 101 0 11001 1100001 11000 101100 1011111 100111

Color Harmonies of #C19005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19005

Black with #C19005

Text Example


Text Example

White with #C19005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19005; }

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

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

background-color css

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

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

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

border-color css

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

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

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