Html Css Color HEX #C28412 Dark Goldenrod

📋 copy color: '#C28412'

red 194 ◦ green 132 ◦ blue 18

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

Shades of Dark Goldenrod #C28412

Tints of Dark Goldenrod #C28412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.37%

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

R = 56.4%
G = 38.37%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C28412 (or 0xC28412) is known color: Dark Goldenrod. HEX triplet: C2, 84 and 12. RGB value is (194,132,18). Sum of RGB (Red+Green+Blue) = 194+132+18=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C28412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28412 is #3D7BED. Grayscale: #8A8A8A. Windows color (decimal): -4029422 or 1213634. OLE color: 1213634.

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

Color convert

RGB 194 132 18 -
CMYK 0 0.32 0.91 0.24
HSL 38.86º 0.83% 0.42% -
HSV(B) 38.86º 0.91% 0.76% -
XYZ 30.61 28.02 4.37 -
YUV 137.54 60.54 168.27 -
System Red Green Blue C M Y K H S L
Decimal 194 132 18 0 0.32 0.91 0.24 38.86 0.83 0.42
Hex C2 84 12 0 20 5B 18 27 53 2A
Octal 302 204 22 0 40 133 30 47 123 52
Binary 11000010 10000100 10010 0 100000 1011011 11000 100111 1010011 101010

Color Harmonies of #C28412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28412

Black with #C28412

Text Example


Text Example

White with #C28412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28412; }

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

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

background-color css

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

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

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

border-color css

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

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

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