Html Css Color HEX #C28904 Dark Goldenrod

📋 copy color: '#C28904'

red 194 ◦ green 137 ◦ blue 4

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

Shades of Dark Goldenrod #C28904

Tints of Dark Goldenrod #C28904

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.9%

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

R = 57.91%
G = 40.9%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C28904 (or 0xC28904) is known color: Dark Goldenrod. HEX triplet: C2, 89 and 04. RGB value is (194,137,4). Sum of RGB (Red+Green+Blue) = 194+137+4=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C28904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28904 is #3D76FB. Grayscale: #8B8B8B. Windows color (decimal): -4028156 or 297410. OLE color: 297410.

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

Color convert

RGB 194 137 4 -
CMYK 0 0.29 0.98 0.24
HSL 42º 0.96% 0.39% -
HSV(B) 42º 0.98% 0.76% -
XYZ 31.22 29.37 4.14 -
YUV 138.88 51.88 167.31 -
System Red Green Blue C M Y K H S L
Decimal 194 137 4 0 0.29 0.98 0.24 42 0.96 0.39
Hex C2 89 4 0 1D 62 18 2A 60 27
Octal 302 211 4 0 35 142 30 52 140 47
Binary 11000010 10001001 100 0 11101 1100010 11000 101010 1100000 100111

Color Harmonies of #C28904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28904

Black with #C28904

Text Example


Text Example

White with #C28904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28904; }

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

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

background-color css

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

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

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

border-color css

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

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

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