Html Css Color HEX #C28016 Dark Goldenrod

📋 copy color: '#C28016'

red 194 ◦ green 128 ◦ blue 22

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

Shades of Dark Goldenrod #C28016

Tints of Dark Goldenrod #C28016

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

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

R = 56.4%
G = 37.21%
B = 6.4%

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

#C28016 (or 0xC28016) is known color: Dark Goldenrod. HEX triplet: C2, 80 and 16. RGB value is (194,128,22). Sum of RGB (Red+Green+Blue) = 194+128+22=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C28016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28016 is #3D7FE9. Grayscale: #888888. Windows color (decimal): -4030442 or 1474754. OLE color: 1474754.

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

Color convert

RGB 194 128 22 -
CMYK 0 0.34 0.89 0.24
HSL 36.98º 0.8% 0.42% -
HSV(B) 36.98º 0.89% 0.76% -
XYZ 30.11 26.97 4.38 -
YUV 135.65 63.87 169.62 -
System Red Green Blue C M Y K H S L
Decimal 194 128 22 0 0.34 0.89 0.24 36.98 0.8 0.42
Hex C2 80 16 0 22 59 18 25 50 2A
Octal 302 200 26 0 42 131 30 45 120 52
Binary 11000010 10000000 10110 0 100010 1011001 11000 100101 1010000 101010

Color Harmonies of #C28016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28016

Black with #C28016

Text Example


Text Example

White with #C28016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28016; }

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

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

background-color css

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

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

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

border-color css

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

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

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