Html Css Color HEX #C19308 Dark Goldenrod

📋 copy color: '#C19308'

red 193 ◦ green 147 ◦ blue 8

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

Shades of Dark Goldenrod #C19308

Tints of Dark Goldenrod #C19308

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

 BLUE value IS 8 (3.52% from 255) = 2.3%

R = 55.46%
G = 42.24%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C19308 (or 0xC19308) is known color: Dark Goldenrod. HEX triplet: C1, 93 and 08. RGB value is (193,147,8). Sum of RGB (Red+Green+Blue) = 193+147+8=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C19308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19308 is #3E6CF7. Grayscale: #919191. Windows color (decimal): -4091128 or 562113. OLE color: 562113.

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

Color convert

RGB 193 147 8 -
CMYK 0 0.24 0.96 0.24
HSL 45.08º 0.92% 0.39% -
HSV(B) 45.08º 0.96% 0.76% -
XYZ 32.47 32.22 4.74 -
YUV 144.91 50.74 162.3 -
System Red Green Blue C M Y K H S L
Decimal 193 147 8 0 0.24 0.96 0.24 45.08 0.92 0.39
Hex C1 93 8 0 18 60 18 2D 5C 27
Octal 301 223 10 0 30 140 30 55 134 47
Binary 11000001 10010011 1000 0 11000 1100000 11000 101101 1011100 100111

Color Harmonies of #C19308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19308

Black with #C19308

Text Example


Text Example

White with #C19308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19308; }

 p { color: rgb(193,147,8); }

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

background-color css

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

 a { background-color: rgb(193,147,8); }

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

border-color css

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

 span { border-color: rgb(193,147,8); }

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