Html Css Color HEX #C2800C Dark Goldenrod

📋 copy color: '#C2800C'

red 194 ◦ green 128 ◦ blue 12

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

Shades of Dark Goldenrod #C2800C

Tints of Dark Goldenrod #C2800C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.32%

 BLUE value IS 12 (5.08% from 255) = 3.59%

R = 58.08%
G = 38.32%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2800C (or 0xC2800C) is known color: Dark Goldenrod. HEX triplet: C2, 80 and 0C. RGB value is (194,128,12). Sum of RGB (Red+Green+Blue) = 194+128+12=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C2800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2800C is #3D7FF3. Grayscale: #878787. Windows color (decimal): -4030452 or 819394. OLE color: 819394.

HSL color Cylindrical-coordinate representation of color #C2800C: hue angle of 38.24º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2800C is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 128 12 -
CMYK 0 0.34 0.94 0.24
HSL 38.24º 0.88% 0.4% -
HSV(B) 38.24º 0.94% 0.76% -
XYZ 30.03 26.93 3.96 -
YUV 134.51 58.87 170.43 -
System Red Green Blue C M Y K H S L
Decimal 194 128 12 0 0.34 0.94 0.24 38.24 0.88 0.4
Hex C2 80 C 0 22 5E 18 26 58 28
Octal 302 200 14 0 42 136 30 46 130 50
Binary 11000010 10000000 1100 0 100010 1011110 11000 100110 1011000 101000

Color Harmonies of #C2800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2800C

Black with #C2800C

Text Example


Text Example

White with #C2800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2800C; }

 p { color: rgb(194,128,12); }

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

background-color css

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

 a { background-color: rgb(194,128,12); }

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

border-color css

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

 span { border-color: rgb(194,128,12); }

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