Html Css Color HEX #C87401 Dark Goldenrod

📋 copy color: '#C87401'

red 200 ◦ green 116 ◦ blue 1

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

Shades of Dark Goldenrod #C87401

Tints of Dark Goldenrod #C87401

RGB

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

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

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

R = 63.09%
G = 36.59%
B = 0.32%

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

#C87401 (or 0xC87401) is known color: Dark Goldenrod. HEX triplet: C8, 74 and 01. RGB value is (200,116,1). Sum of RGB (Red+Green+Blue) = 200+116+1=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C87401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87401 is #378BFE. Grayscale: #808080. Windows color (decimal): -3640319 or 95432. OLE color: 95432.

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

Color convert

RGB 200 116 1 -
CMYK 0 0.42 1.00 0.22
HSL 34.67º 0.99% 0.39% -
HSV(B) 34.67º 1% 0.78% -
XYZ 30.07 24.77 3.23 -
YUV 128.01 56.33 179.35 -
System Red Green Blue C M Y K H S L
Decimal 200 116 1 0 0.42 1.00 0.22 34.67 0.99 0.39
Hex C8 74 1 0 2A 64 16 23 63 27
Octal 310 164 1 0 52 144 26 43 143 47
Binary 11001000 1110100 1 0 101010 1100100 10110 100011 1100011 100111

Color Harmonies of #C87401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87401

Black with #C87401

Text Example


Text Example

White with #C87401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87401; }

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

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

background-color css

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

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

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

border-color css

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

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

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