Html Css Color HEX #C28913 Dark Goldenrod

📋 copy color: '#C28913'

red 194 ◦ green 137 ◦ blue 19

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

Shades of Dark Goldenrod #C28913

Tints of Dark Goldenrod #C28913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.43%

R = 55.43%
G = 39.14%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C28913 (or 0xC28913) is known color: Dark Goldenrod. HEX triplet: C2, 89 and 13. RGB value is (194,137,19). Sum of RGB (Red+Green+Blue) = 194+137+19=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C28913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28913 is #3D76EC. Grayscale: #8D8D8D. Windows color (decimal): -4028141 or 1280450. OLE color: 1280450.

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

Color convert

RGB 194 137 19 -
CMYK 0 0.29 0.90 0.24
HSL 40.46º 0.82% 0.42% -
HSV(B) 40.46º 0.9% 0.76% -
XYZ 31.31 29.41 4.64 -
YUV 140.59 59.38 166.09 -
System Red Green Blue C M Y K H S L
Decimal 194 137 19 0 0.29 0.90 0.24 40.46 0.82 0.42
Hex C2 89 13 0 1D 5A 18 28 52 2A
Octal 302 211 23 0 35 132 30 50 122 52
Binary 11000010 10001001 10011 0 11101 1011010 11000 101000 1010010 101010

Color Harmonies of #C28913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28913

Black with #C28913

Text Example


Text Example

White with #C28913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28913; }

 p { color: rgb(194,137,19); }

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

background-color css

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

 a { background-color: rgb(194,137,19); }

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

border-color css

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

 span { border-color: rgb(194,137,19); }

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