Html Css Color HEX #C87504 Dark Goldenrod

📋 copy color: '#C87504'

red 200 ◦ green 117 ◦ blue 4

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

Shades of Dark Goldenrod #C87504

Tints of Dark Goldenrod #C87504

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.45%

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

R = 62.31%
G = 36.45%
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

#C87504 (or 0xC87504) is known color: Dark Goldenrod. HEX triplet: C8, 75 and 04. RGB value is (200,117,4). Sum of RGB (Red+Green+Blue) = 200+117+4=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C87504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87504 is #378AFB. Grayscale: #818181. Windows color (decimal): -3640060 or 292296. OLE color: 292296.

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

Color convert

RGB 200 117 4 -
CMYK 0 0.42 0.98 0.22
HSL 34.59º 0.96% 0.4% -
HSV(B) 34.59º 0.98% 0.78% -
XYZ 30.2 25.01 3.35 -
YUV 128.94 57.5 178.69 -
System Red Green Blue C M Y K H S L
Decimal 200 117 4 0 0.42 0.98 0.22 34.59 0.96 0.4
Hex C8 75 4 0 2A 62 16 23 60 28
Octal 310 165 4 0 52 142 26 43 140 50
Binary 11001000 1110101 100 0 101010 1100010 10110 100011 1100000 101000

Color Harmonies of #C87504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87504

Black with #C87504

Text Example


Text Example

White with #C87504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87504; }

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

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

background-color css

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

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

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

border-color css

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

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

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