Html Css Color HEX #D7861C Buttercup

📋 copy color: '#D7861C'

red 215 ◦ green 134 ◦ blue 28

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

Shades of Buttercup #D7861C

Tints of Buttercup #D7861C

RGB

 RED value IS 215 (84.38% from 255) = 57.03%

 GREEN value IS 134 (52.73% from 255) = 35.54%

 BLUE value IS 28 (11.33% from 255) = 7.43%

R = 57.03%
G = 35.54%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7861C (or 0xD7861C) is known color: Buttercup. HEX triplet: D7, 86 and 1C. RGB value is (215,134,28). Sum of RGB (Red+Green+Blue) = 215+134+28=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D7861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7861C is #2879E3. Grayscale: #929292. Windows color (decimal): -2652644 or 1869527. OLE color: 1869527.

HSL color Cylindrical-coordinate representation of color #D7861C: hue angle of 34.01º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7861C is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 134 28 -
CMYK 0 0.38 0.87 0.16
HSL 34.01º 0.77% 0.48% -
HSV(B) 34.01º 0.87% 0.84% -
XYZ 36.76 31.58 5.26 -
YUV 146.14 61.34 177.12 -
System Red Green Blue C M Y K H S L
Decimal 215 134 28 0 0.38 0.87 0.16 34.01 0.77 0.48
Hex D7 86 1C 0 26 57 10 22 4D 30
Octal 327 206 34 0 46 127 20 42 115 60
Binary 11010111 10000110 11100 0 100110 1010111 10000 100010 1001101 110000

Color Harmonies of #D7861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7861C

Black with #D7861C

Text Example


Text Example

White with #D7861C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7861C; }

 p { color: rgb(215,134,28); }

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

background-color css

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

 a { background-color: rgb(215,134,28); }

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

border-color css

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

 span { border-color: rgb(215,134,28); }

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