Html Css Color HEX #C87E01 Dark Goldenrod

📋 copy color: '#C87E01'

red 200 ◦ green 126 ◦ blue 1

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

Shades of Dark Goldenrod #C87E01

Tints of Dark Goldenrod #C87E01

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.53%

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

R = 61.16%
G = 38.53%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C87E01 (or 0xC87E01) is known color: Dark Goldenrod. HEX triplet: C8, 7E and 01. RGB value is (200,126,1). Sum of RGB (Red+Green+Blue) = 200+126+1=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87E01 is #3781FE. Grayscale: #868686. Windows color (decimal): -3637759 or 97992. OLE color: 97992.

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

Color convert

RGB 200 126 1 -
CMYK 0 0.37 1.00 0.22
HSL 37.69º 0.99% 0.39% -
HSV(B) 37.69º 1% 0.78% -
XYZ 31.29 27.2 3.63 -
YUV 133.88 53.02 175.16 -
System Red Green Blue C M Y K H S L
Decimal 200 126 1 0 0.37 1.00 0.22 37.69 0.99 0.39
Hex C8 7E 1 0 25 64 16 26 63 27
Octal 310 176 1 0 45 144 26 46 143 47
Binary 11001000 1111110 1 0 100101 1100100 10110 100110 1100011 100111

Color Harmonies of #C87E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87E01

Black with #C87E01

Text Example


Text Example

White with #C87E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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