Html Css Color HEX #C18716 Dark Goldenrod

📋 copy color: '#C18716'

red 193 ◦ green 135 ◦ blue 22

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

Shades of Dark Goldenrod #C18716

Tints of Dark Goldenrod #C18716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.57%

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

R = 55.14%
G = 38.57%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C18716 (or 0xC18716) is known color: Dark Goldenrod. HEX triplet: C1, 87 and 16. RGB value is (193,135,22). Sum of RGB (Red+Green+Blue) = 193+135+22=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C18716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18716 is #3E78E9. Grayscale: #8B8B8B. Windows color (decimal): -4094186 or 1476545. OLE color: 1476545.

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

Color convert

RGB 193 135 22 -
CMYK 0 0.30 0.89 0.24
HSL 39.65º 0.8% 0.42% -
HSV(B) 39.65º 0.89% 0.76% -
XYZ 30.8 28.72 4.68 -
YUV 139.46 61.72 166.19 -
System Red Green Blue C M Y K H S L
Decimal 193 135 22 0 0.30 0.89 0.24 39.65 0.8 0.42
Hex C1 87 16 0 1E 59 18 28 50 2A
Octal 301 207 26 0 36 131 30 50 120 52
Binary 11000001 10000111 10110 0 11110 1011001 11000 101000 1010000 101010

Color Harmonies of #C18716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18716

Black with #C18716

Text Example


Text Example

White with #C18716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18716; }

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

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

background-color css

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

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

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

border-color css

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

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

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