Html Css Color HEX #C19608 Dark Goldenrod

📋 copy color: '#C19608'

red 193 ◦ green 150 ◦ blue 8

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

Shades of Dark Goldenrod #C19608

Tints of Dark Goldenrod #C19608

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.74%

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

R = 54.99%
G = 42.74%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C19608 (or 0xC19608) is known color: Dark Goldenrod. HEX triplet: C1, 96 and 08. RGB value is (193,150,8). Sum of RGB (Red+Green+Blue) = 193+150+8=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C19608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19608 is #3E69F7. Grayscale: #939393. Windows color (decimal): -4090360 or 562881. OLE color: 562881.

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

Color convert

RGB 193 150 8 -
CMYK 0 0.22 0.96 0.24
HSL 46.05º 0.92% 0.39% -
HSV(B) 46.05º 0.96% 0.76% -
XYZ 32.94 33.17 4.9 -
YUV 146.67 49.75 161.05 -
System Red Green Blue C M Y K H S L
Decimal 193 150 8 0 0.22 0.96 0.24 46.05 0.92 0.39
Hex C1 96 8 0 16 60 18 2E 5C 27
Octal 301 226 10 0 26 140 30 56 134 47
Binary 11000001 10010110 1000 0 10110 1100000 11000 101110 1011100 100111

Color Harmonies of #C19608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19608

Black with #C19608

Text Example


Text Example

White with #C19608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19608; }

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

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

background-color css

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

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

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

border-color css

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

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

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