Html Css Color HEX #C19705 Dark Goldenrod

📋 copy color: '#C19705'

red 193 ◦ green 151 ◦ blue 5

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

Shades of Dark Goldenrod #C19705

Tints of Dark Goldenrod #C19705

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.27%

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

R = 55.3%
G = 43.27%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C19705 (or 0xC19705) is known color: Dark Goldenrod. HEX triplet: C1, 97 and 05. RGB value is (193,151,5). Sum of RGB (Red+Green+Blue) = 193+151+5=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C19705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19705 is #3E68FA. Grayscale: #939393. Windows color (decimal): -4090107 or 366529. OLE color: 366529.

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

Color convert

RGB 193 151 5 -
CMYK 0 0.22 0.97 0.24
HSL 46.6º 0.95% 0.39% -
HSV(B) 46.6º 0.97% 0.76% -
XYZ 33.09 33.48 4.86 -
YUV 146.91 47.91 160.87 -
System Red Green Blue C M Y K H S L
Decimal 193 151 5 0 0.22 0.97 0.24 46.6 0.95 0.39
Hex C1 97 5 0 16 61 18 2F 5F 27
Octal 301 227 5 0 26 141 30 57 137 47
Binary 11000001 10010111 101 0 10110 1100001 11000 101111 1011111 100111

Color Harmonies of #C19705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19705

Black with #C19705

Text Example


Text Example

White with #C19705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19705; }

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

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

background-color css

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

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

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

border-color css

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

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

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