Html Css Color HEX #C28204 Dark Goldenrod

📋 copy color: '#C28204'

red 194 ◦ green 130 ◦ blue 4

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

Shades of Dark Goldenrod #C28204

Tints of Dark Goldenrod #C28204

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.63%

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

R = 59.15%
G = 39.63%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C28204 (or 0xC28204) is known color: Dark Goldenrod. HEX triplet: C2, 82 and 04. RGB value is (194,130,4). Sum of RGB (Red+Green+Blue) = 194+130+4=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C28204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28204 is #3D7DFB. Grayscale: #878787. Windows color (decimal): -4029948 or 295618. OLE color: 295618.

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

Color convert

RGB 194 130 4 -
CMYK 0 0.33 0.98 0.24
HSL 39.79º 0.96% 0.39% -
HSV(B) 39.79º 0.98% 0.76% -
XYZ 30.25 27.44 3.82 -
YUV 134.77 54.2 170.25 -
System Red Green Blue C M Y K H S L
Decimal 194 130 4 0 0.33 0.98 0.24 39.79 0.96 0.39
Hex C2 82 4 0 21 62 18 28 60 27
Octal 302 202 4 0 41 142 30 50 140 47
Binary 11000010 10000010 100 0 100001 1100010 11000 101000 1100000 100111

Color Harmonies of #C28204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28204

Black with #C28204

Text Example


Text Example

White with #C28204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28204; }

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

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

background-color css

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

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

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

border-color css

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

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

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