Html Css Color HEX #C28213 Dark Goldenrod

📋 copy color: '#C28213'

red 194 ◦ green 130 ◦ blue 19

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

Shades of Dark Goldenrod #C28213

Tints of Dark Goldenrod #C28213

RGB

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

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

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

R = 56.56%
G = 37.9%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C28213 (or 0xC28213) is known color: Dark Goldenrod. HEX triplet: C2, 82 and 13. RGB value is (194,130,19). Sum of RGB (Red+Green+Blue) = 194+130+19=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C28213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28213 is #3D7DEC. Grayscale: #888888. Windows color (decimal): -4029933 or 1278658. OLE color: 1278658.

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

Color convert

RGB 194 130 19 -
CMYK 0 0.33 0.90 0.24
HSL 38.06º 0.82% 0.42% -
HSV(B) 38.06º 0.9% 0.76% -
XYZ 30.35 27.48 4.32 -
YUV 136.48 61.7 169.03 -
System Red Green Blue C M Y K H S L
Decimal 194 130 19 0 0.33 0.90 0.24 38.06 0.82 0.42
Hex C2 82 13 0 21 5A 18 26 52 2A
Octal 302 202 23 0 41 132 30 46 122 52
Binary 11000010 10000010 10011 0 100001 1011010 11000 100110 1010010 101010

Color Harmonies of #C28213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28213

Black with #C28213

Text Example


Text Example

White with #C28213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28213; }

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

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

background-color css

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

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

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

border-color css

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

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

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