Html Css Color HEX #C19900 Dark Goldenrod

📋 copy color: '#C19900'

red 193 ◦ green 153 ◦ blue 0

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

Shades of Dark Goldenrod #C19900

Tints of Dark Goldenrod #C19900

RGB

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

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

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

R = 55.78%
G = 44.22%
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

#C19900 (or 0xC19900) is known color: Dark Goldenrod. HEX triplet: C1, 99 and 00. RGB value is (193,153,0). Sum of RGB (Red+Green+Blue) = 193+153+0=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C19900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19900 is #3E66FF. Grayscale: #949494. Windows color (decimal): -4089600 or 39361. OLE color: 39361.

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

Color convert

RGB 193 153 0 -
CMYK 0 0.21 1 0.24
HSL 47.56º 1% 0.38% -
HSV(B) 47.56º 1% 0.76% -
XYZ 33.38 34.12 4.83 -
YUV 147.52 44.75 160.44 -
System Red Green Blue C M Y K H S L
Decimal 193 153 0 0 0.21 1 0.24 47.56 1 0.38
Hex C1 99 0 0 15 64 18 30 64 26
Octal 301 231 0 0 25 144 30 60 144 46
Binary 11000001 10011001 0 0 10101 1100100 11000 110000 1100100 100110

Color Harmonies of #C19900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19900

Black with #C19900

Text Example


Text Example

White with #C19900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19900; }

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

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

background-color css

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

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

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

border-color css

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

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

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