Html Css Color HEX #C28804 Dark Goldenrod

📋 copy color: '#C28804'

red 194 ◦ green 136 ◦ blue 4

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

Shades of Dark Goldenrod #C28804

Tints of Dark Goldenrod #C28804

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.72%

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

R = 58.08%
G = 40.72%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C28804 (or 0xC28804) is known color: Dark Goldenrod. HEX triplet: C2, 88 and 04. RGB value is (194,136,4). Sum of RGB (Red+Green+Blue) = 194+136+4=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C28804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28804 is #3D77FB. Grayscale: #8A8A8A. Windows color (decimal): -4028412 or 297154. OLE color: 297154.

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

Color convert

RGB 194 136 4 -
CMYK 0 0.30 0.98 0.24
HSL 41.68º 0.96% 0.39% -
HSV(B) 41.68º 0.98% 0.76% -
XYZ 31.07 29.09 4.09 -
YUV 138.29 52.22 167.73 -
System Red Green Blue C M Y K H S L
Decimal 194 136 4 0 0.30 0.98 0.24 41.68 0.96 0.39
Hex C2 88 4 0 1E 62 18 2A 60 27
Octal 302 210 4 0 36 142 30 52 140 47
Binary 11000010 10001000 100 0 11110 1100010 11000 101010 1100000 100111

Color Harmonies of #C28804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28804

Black with #C28804

Text Example


Text Example

White with #C28804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28804; }

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

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

background-color css

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

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

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

border-color css

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

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

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