Html Css Color HEX #C87F10 Dark Goldenrod

📋 copy color: '#C87F10'

red 200 ◦ green 127 ◦ blue 16

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

Shades of Dark Goldenrod #C87F10

Tints of Dark Goldenrod #C87F10

RGB

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

 GREEN value IS 127 (50% from 255) = 37.03%

 BLUE value IS 16 (6.64% from 255) = 4.66%

R = 58.31%
G = 37.03%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C87F10 (or 0xC87F10) is known color: Dark Goldenrod. HEX triplet: C8, 7F and 10. RGB value is (200,127,16). Sum of RGB (Red+Green+Blue) = 200+127+16=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87F10 is #3780EF. Grayscale: #888888. Windows color (decimal): -3637488 or 1081288. OLE color: 1081288.

HSL color Cylindrical-coordinate representation of color #C87F10: hue angle of 36.2º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C87F10 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 127 16 -
CMYK 0 0.36 0.92 0.22
HSL 36.2º 0.85% 0.42% -
HSV(B) 36.2º 0.92% 0.78% -
XYZ 31.5 27.5 4.14 -
YUV 136.17 60.18 173.53 -
System Red Green Blue C M Y K H S L
Decimal 200 127 16 0 0.36 0.92 0.22 36.2 0.85 0.42
Hex C8 7F 10 0 24 5C 16 24 55 2A
Octal 310 177 20 0 44 134 26 44 125 52
Binary 11001000 1111111 10000 0 100100 1011100 10110 100100 1010101 101010

Color Harmonies of #C87F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F10

Black with #C87F10

Text Example


Text Example

White with #C87F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F10; }

 p { color: rgb(200,127,16); }

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

background-color css

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

 a { background-color: rgb(200,127,16); }

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

border-color css

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

 span { border-color: rgb(200,127,16); }

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