Html Css Color HEX #C18916 Dark Goldenrod

📋 copy color: '#C18916'

red 193 ◦ green 137 ◦ blue 22

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

Shades of Dark Goldenrod #C18916

Tints of Dark Goldenrod #C18916

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.92%

 BLUE value IS 22 (8.98% from 255) = 6.25%

R = 54.83%
G = 38.92%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C18916 (or 0xC18916) is known color: Dark Goldenrod. HEX triplet: C1, 89 and 16. RGB value is (193,137,22). Sum of RGB (Red+Green+Blue) = 193+137+22=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C18916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18916 is #3E76E9. Grayscale: #8D8D8D. Windows color (decimal): -4093674 or 1477057. OLE color: 1477057.

HSL color Cylindrical-coordinate representation of color #C18916: hue angle of 40.35º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C18916 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 137 22 -
CMYK 0 0.29 0.89 0.24
HSL 40.35º 0.8% 0.42% -
HSV(B) 40.35º 0.89% 0.76% -
XYZ 31.08 29.29 4.77 -
YUV 140.63 61.05 165.35 -
System Red Green Blue C M Y K H S L
Decimal 193 137 22 0 0.29 0.89 0.24 40.35 0.8 0.42
Hex C1 89 16 0 1D 59 18 28 50 2A
Octal 301 211 26 0 35 131 30 50 120 52
Binary 11000001 10001001 10110 0 11101 1011001 11000 101000 1010000 101010

Color Harmonies of #C18916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18916

Black with #C18916

Text Example


Text Example

White with #C18916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18916; }

 p { color: rgb(193,137,22); }

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

background-color css

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

 a { background-color: rgb(193,137,22); }

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

border-color css

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

 span { border-color: rgb(193,137,22); }

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