Html Css Color HEX #C28004 Dark Goldenrod

📋 copy color: '#C28004'

red 194 ◦ green 128 ◦ blue 4

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

Shades of Dark Goldenrod #C28004

Tints of Dark Goldenrod #C28004

RGB

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

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

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

R = 59.51%
G = 39.26%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C28004 (or 0xC28004) is known color: Dark Goldenrod. HEX triplet: C2, 80 and 04. RGB value is (194,128,4). Sum of RGB (Red+Green+Blue) = 194+128+4=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C28004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28004 is #3D7FFB. Grayscale: #868686. Windows color (decimal): -4030460 or 295106. OLE color: 295106.

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

Color convert

RGB 194 128 4 -
CMYK 0 0.34 0.98 0.24
HSL 39.16º 0.96% 0.39% -
HSV(B) 39.16º 0.98% 0.76% -
XYZ 29.99 26.92 3.73 -
YUV 133.6 54.87 171.08 -
System Red Green Blue C M Y K H S L
Decimal 194 128 4 0 0.34 0.98 0.24 39.16 0.96 0.39
Hex C2 80 4 0 22 62 18 27 60 27
Octal 302 200 4 0 42 142 30 47 140 47
Binary 11000010 10000000 100 0 100010 1100010 11000 100111 1100000 100111

Color Harmonies of #C28004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28004

Black with #C28004

Text Example


Text Example

White with #C28004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28004; }

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

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

background-color css

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

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

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

border-color css

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

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

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