Html Css Color HEX #C19800 Dark Goldenrod

📋 copy color: '#C19800'

red 193 ◦ green 152 ◦ blue 0

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

Shades of Dark Goldenrod #C19800

Tints of Dark Goldenrod #C19800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.94%
G = 44.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C19800 (or 0xC19800) is known color: Dark Goldenrod. HEX triplet: C1, 98 and 00. RGB value is (193,152,0). Sum of RGB (Red+Green+Blue) = 193+152+0=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C19800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19800 is #3E67FF. Grayscale: #939393. Windows color (decimal): -4089856 or 39105. OLE color: 39105.

HSL color Cylindrical-coordinate representation of color #C19800: hue angle of 47.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C19800 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 152 0 -
CMYK 0 0.21 1 0.24
HSL 47.25º 1% 0.38% -
HSV(B) 47.25º 1% 0.76% -
XYZ 33.22 33.79 4.77 -
YUV 146.93 45.08 160.86 -
System Red Green Blue C M Y K H S L
Decimal 193 152 0 0 0.21 1 0.24 47.25 1 0.38
Hex C1 98 0 0 15 64 18 2F 64 26
Octal 301 230 0 0 25 144 30 57 144 46
Binary 11000001 10011000 0 0 10101 1100100 11000 101111 1100100 100110

Color Harmonies of #C19800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19800

Black with #C19800

Text Example


Text Example

White with #C19800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19800; }

 p { color: rgb(193,152,0); }

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

background-color css

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

 a { background-color: rgb(193,152,0); }

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

border-color css

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

 span { border-color: rgb(193,152,0); }

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