Html Css Color HEX #C28215 Dark Goldenrod

📋 copy color: '#C28215'

red 194 ◦ green 130 ◦ blue 21

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

Shades of Dark Goldenrod #C28215

Tints of Dark Goldenrod #C28215

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

 BLUE value IS 21 (8.59% from 255) = 6.09%

R = 56.23%
G = 37.68%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C28215 (or 0xC28215) is known color: Dark Goldenrod. HEX triplet: C2, 82 and 15. RGB value is (194,130,21). Sum of RGB (Red+Green+Blue) = 194+130+21=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C28215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28215 is #3D7DEA. Grayscale: #898989. Windows color (decimal): -4029931 or 1409730. OLE color: 1409730.

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

Color convert

RGB 194 130 21 -
CMYK 0 0.33 0.89 0.24
HSL 37.8º 0.8% 0.42% -
HSV(B) 37.8º 0.89% 0.76% -
XYZ 30.37 27.49 4.41 -
YUV 136.71 62.7 168.86 -
System Red Green Blue C M Y K H S L
Decimal 194 130 21 0 0.33 0.89 0.24 37.8 0.8 0.42
Hex C2 82 15 0 21 59 18 26 50 2A
Octal 302 202 25 0 41 131 30 46 120 52
Binary 11000010 10000010 10101 0 100001 1011001 11000 100110 1010000 101010

Color Harmonies of #C28215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28215

Black with #C28215

Text Example


Text Example

White with #C28215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28215; }

 p { color: rgb(194,130,21); }

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

background-color css

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

 a { background-color: rgb(194,130,21); }

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

border-color css

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

 span { border-color: rgb(194,130,21); }

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