Html Css Color HEX #C87601 Dark Goldenrod

📋 copy color: '#C87601'

red 200 ◦ green 118 ◦ blue 1

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

Shades of Dark Goldenrod #C87601

Tints of Dark Goldenrod #C87601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.99%

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

R = 62.7%
G = 36.99%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C87601 (or 0xC87601) is known color: Dark Goldenrod. HEX triplet: C8, 76 and 01. RGB value is (200,118,1). Sum of RGB (Red+Green+Blue) = 200+118+1=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C87601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87601 is #3789FE. Grayscale: #818181. Windows color (decimal): -3639807 or 95944. OLE color: 95944.

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

Color convert

RGB 200 118 1 -
CMYK 0 0.41 1.00 0.22
HSL 35.28º 0.99% 0.39% -
HSV(B) 35.28º 1% 0.78% -
XYZ 30.3 25.24 3.3 -
YUV 129.18 55.67 178.51 -
System Red Green Blue C M Y K H S L
Decimal 200 118 1 0 0.41 1.00 0.22 35.28 0.99 0.39
Hex C8 76 1 0 29 64 16 23 63 27
Octal 310 166 1 0 51 144 26 43 143 47
Binary 11001000 1110110 1 0 101001 1100100 10110 100011 1100011 100111

Color Harmonies of #C87601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87601

Black with #C87601

Text Example


Text Example

White with #C87601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87601; }

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

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

background-color css

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

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

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

border-color css

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

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

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