Html Css Color HEX #C28404 Dark Goldenrod

📋 copy color: '#C28404'

red 194 ◦ green 132 ◦ blue 4

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

Shades of Dark Goldenrod #C28404

Tints of Dark Goldenrod #C28404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.21%

R = 58.79%
G = 40%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C28404 (or 0xC28404) is known color: Dark Goldenrod. HEX triplet: C2, 84 and 04. RGB value is (194,132,4). Sum of RGB (Red+Green+Blue) = 194+132+4=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C28404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28404 is #3D7BFB. Grayscale: #888888. Windows color (decimal): -4029436 or 296130. OLE color: 296130.

HSL color Cylindrical-coordinate representation of color #C28404: hue angle of 40.42º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C28404 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 132 4 -
CMYK 0 0.32 0.98 0.24
HSL 40.42º 0.96% 0.39% -
HSV(B) 40.42º 0.98% 0.76% -
XYZ 30.52 27.98 3.91 -
YUV 135.95 53.54 169.41 -
System Red Green Blue C M Y K H S L
Decimal 194 132 4 0 0.32 0.98 0.24 40.42 0.96 0.39
Hex C2 84 4 0 20 62 18 28 60 27
Octal 302 204 4 0 40 142 30 50 140 47
Binary 11000010 10000100 100 0 100000 1100010 11000 101000 1100000 100111

Color Harmonies of #C28404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28404

Black with #C28404

Text Example


Text Example

White with #C28404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28404; }

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

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

background-color css

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

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

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

border-color css

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

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

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