Html Css Color HEX #C87404 Dark Goldenrod

📋 copy color: '#C87404'

red 200 ◦ green 116 ◦ blue 4

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

Shades of Dark Goldenrod #C87404

Tints of Dark Goldenrod #C87404

RGB

 RED value IS 200 (78.52% from 255) = 62.5%

 GREEN value IS 116 (45.7% from 255) = 36.25%

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

R = 62.5%
G = 36.25%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C87404 (or 0xC87404) is known color: Dark Goldenrod. HEX triplet: C8, 74 and 04. RGB value is (200,116,4). Sum of RGB (Red+Green+Blue) = 200+116+4=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C87404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87404 is #378BFB. Grayscale: #808080. Windows color (decimal): -3640316 or 292040. OLE color: 292040.

HSL color Cylindrical-coordinate representation of color #C87404: hue angle of 34.29º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C87404 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 116 4 -
CMYK 0 0.42 0.98 0.22
HSL 34.29º 0.96% 0.4% -
HSV(B) 34.29º 0.98% 0.78% -
XYZ 30.09 24.78 3.31 -
YUV 128.35 57.83 179.11 -
System Red Green Blue C M Y K H S L
Decimal 200 116 4 0 0.42 0.98 0.22 34.29 0.96 0.4
Hex C8 74 4 0 2A 62 16 22 60 28
Octal 310 164 4 0 52 142 26 42 140 50
Binary 11001000 1110100 100 0 101010 1100010 10110 100010 1100000 101000

Color Harmonies of #C87404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87404

Black with #C87404

Text Example


Text Example

White with #C87404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87404; }

 p { color: rgb(200,116,4); }

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

background-color css

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

 a { background-color: rgb(200,116,4); }

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

border-color css

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

 span { border-color: rgb(200,116,4); }

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