Html Css Color HEX #C28504 Dark Goldenrod

📋 copy color: '#C28504'

red 194 ◦ green 133 ◦ blue 4

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

Shades of Dark Goldenrod #C28504

Tints of Dark Goldenrod #C28504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.18%

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

R = 58.61%
G = 40.18%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C28504 (or 0xC28504) is known color: Dark Goldenrod. HEX triplet: C2, 85 and 04. RGB value is (194,133,4). Sum of RGB (Red+Green+Blue) = 194+133+4=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C28504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28504 is #3D7AFB. Grayscale: #898989. Windows color (decimal): -4029180 or 296386. OLE color: 296386.

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

Color convert

RGB 194 133 4 -
CMYK 0 0.31 0.98 0.24
HSL 40.74º 0.96% 0.39% -
HSV(B) 40.74º 0.98% 0.76% -
XYZ 30.66 28.25 3.95 -
YUV 136.53 53.21 168.99 -
System Red Green Blue C M Y K H S L
Decimal 194 133 4 0 0.31 0.98 0.24 40.74 0.96 0.39
Hex C2 85 4 0 1F 62 18 29 60 27
Octal 302 205 4 0 37 142 30 51 140 47
Binary 11000010 10000101 100 0 11111 1100010 11000 101001 1100000 100111

Color Harmonies of #C28504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28504

Black with #C28504

Text Example


Text Example

White with #C28504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28504; }

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

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

background-color css

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

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

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

border-color css

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

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

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