Html Css Color HEX #C28212 Dark Goldenrod

📋 copy color: '#C28212'

red 194 ◦ green 130 ◦ blue 18

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

Shades of Dark Goldenrod #C28212

Tints of Dark Goldenrod #C28212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.26%

R = 56.73%
G = 38.01%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C28212 (or 0xC28212) is known color: Dark Goldenrod. HEX triplet: C2, 82 and 12. RGB value is (194,130,18). Sum of RGB (Red+Green+Blue) = 194+130+18=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C28212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28212 is #3D7DED. Grayscale: #888888. Windows color (decimal): -4029934 or 1213122. OLE color: 1213122.

HSL color Cylindrical-coordinate representation of color #C28212: hue angle of 38.18º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C28212 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 130 18 -
CMYK 0 0.33 0.91 0.24
HSL 38.18º 0.83% 0.42% -
HSV(B) 38.18º 0.91% 0.76% -
XYZ 30.34 27.48 4.28 -
YUV 136.37 61.2 169.11 -
System Red Green Blue C M Y K H S L
Decimal 194 130 18 0 0.33 0.91 0.24 38.18 0.83 0.42
Hex C2 82 12 0 21 5B 18 26 53 2A
Octal 302 202 22 0 41 133 30 46 123 52
Binary 11000010 10000010 10010 0 100001 1011011 11000 100110 1010011 101010

Color Harmonies of #C28212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28212

Black with #C28212

Text Example


Text Example

White with #C28212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28212; }

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

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

background-color css

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

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

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

border-color css

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

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

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