Html Css Color HEX #C28116 Dark Goldenrod

📋 copy color: '#C28116'

red 194 ◦ green 129 ◦ blue 22

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

Shades of Dark Goldenrod #C28116

Tints of Dark Goldenrod #C28116

RGB

 RED value IS 194 (76.17% from 255) = 56.23%

 GREEN value IS 129 (50.78% from 255) = 37.39%

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

R = 56.23%
G = 37.39%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C28116 (or 0xC28116) is known color: Dark Goldenrod. HEX triplet: C2, 81 and 16. RGB value is (194,129,22). Sum of RGB (Red+Green+Blue) = 194+129+22=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C28116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28116 is #3D7EE9. Grayscale: #888888. Windows color (decimal): -4030186 or 1475010. OLE color: 1475010.

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

Color convert

RGB 194 129 22 -
CMYK 0 0.34 0.89 0.24
HSL 37.33º 0.8% 0.42% -
HSV(B) 37.33º 0.89% 0.76% -
XYZ 30.24 27.23 4.42 -
YUV 136.24 63.53 169.2 -
System Red Green Blue C M Y K H S L
Decimal 194 129 22 0 0.34 0.89 0.24 37.33 0.8 0.42
Hex C2 81 16 0 22 59 18 25 50 2A
Octal 302 201 26 0 42 131 30 45 120 52
Binary 11000010 10000001 10110 0 100010 1011001 11000 100101 1010000 101010

Color Harmonies of #C28116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28116

Black with #C28116

Text Example


Text Example

White with #C28116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28116; }

 p { color: rgb(194,129,22); }

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

background-color css

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

 a { background-color: rgb(194,129,22); }

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

border-color css

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

 span { border-color: rgb(194,129,22); }

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