Html Css Color HEX #C28C04 Dark Goldenrod

📋 copy color: '#C28C04'

red 194 ◦ green 140 ◦ blue 4

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

Shades of Dark Goldenrod #C28C04

Tints of Dark Goldenrod #C28C04

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.42%

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

R = 57.4%
G = 41.42%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C28C04 (or 0xC28C04) is known color: Dark Goldenrod. HEX triplet: C2, 8C and 04. RGB value is (194,140,4). Sum of RGB (Red+Green+Blue) = 194+140+4=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28C04 is #3D73FB. Grayscale: #8D8D8D. Windows color (decimal): -4027388 or 298178. OLE color: 298178.

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

Color convert

RGB 194 140 4 -
CMYK 0 0.28 0.98 0.24
HSL 42.95º 0.96% 0.39% -
HSV(B) 42.95º 0.98% 0.76% -
XYZ 31.65 30.23 4.28 -
YUV 140.64 50.89 166.06 -
System Red Green Blue C M Y K H S L
Decimal 194 140 4 0 0.28 0.98 0.24 42.95 0.96 0.39
Hex C2 8C 4 0 1C 62 18 2B 60 27
Octal 302 214 4 0 34 142 30 53 140 47
Binary 11000010 10001100 100 0 11100 1100010 11000 101011 1100000 100111

Color Harmonies of #C28C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C04

Black with #C28C04

Text Example


Text Example

White with #C28C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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