Html Css Color HEX #C87501 Dark Goldenrod

📋 copy color: '#C87501'

red 200 ◦ green 117 ◦ blue 1

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

Shades of Dark Goldenrod #C87501

Tints of Dark Goldenrod #C87501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 62.89%
G = 36.79%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C87501 (or 0xC87501) is known color: Dark Goldenrod. HEX triplet: C8, 75 and 01. RGB value is (200,117,1). Sum of RGB (Red+Green+Blue) = 200+117+1=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C87501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87501 is #378AFE. Grayscale: #818181. Windows color (decimal): -3640063 or 95688. OLE color: 95688.

HSL color Cylindrical-coordinate representation of color #C87501: hue angle of 34.97º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C87501 is Cyan = 0, Magento = 0.42, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 117 1 -
CMYK 0 0.42 1.00 0.22
HSL 34.97º 0.99% 0.39% -
HSV(B) 34.97º 1% 0.78% -
XYZ 30.19 25 3.26 -
YUV 128.59 56 178.93 -
System Red Green Blue C M Y K H S L
Decimal 200 117 1 0 0.42 1.00 0.22 34.97 0.99 0.39
Hex C8 75 1 0 2A 64 16 23 63 27
Octal 310 165 1 0 52 144 26 43 143 47
Binary 11001000 1110101 1 0 101010 1100100 10110 100011 1100011 100111

Color Harmonies of #C87501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87501

Black with #C87501

Text Example


Text Example

White with #C87501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87501; }

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

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

background-color css

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

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

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

border-color css

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

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

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