Html Css Color HEX #D7861B Buttercup

📋 copy color: '#D7861B'

red 215 ◦ green 134 ◦ blue 27

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

Shades of Buttercup #D7861B

Tints of Buttercup #D7861B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.18%

R = 57.18%
G = 35.64%
B = 7.18%

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

#D7861B (or 0xD7861B) is known color: Buttercup. HEX triplet: D7, 86 and 1B. RGB value is (215,134,27). Sum of RGB (Red+Green+Blue) = 215+134+27=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D7861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7861B is #2879E4. Grayscale: #929292. Windows color (decimal): -2652645 or 1803991. OLE color: 1803991.

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

Color convert

RGB 215 134 27 -
CMYK 0 0.38 0.87 0.16
HSL 34.15º 0.78% 0.47% -
HSV(B) 34.15º 0.87% 0.84% -
XYZ 36.75 31.58 5.19 -
YUV 146.02 60.84 177.2 -
System Red Green Blue C M Y K H S L
Decimal 215 134 27 0 0.38 0.87 0.16 34.15 0.78 0.47
Hex D7 86 1B 0 26 57 10 22 4E 2F
Octal 327 206 33 0 46 127 20 42 116 57
Binary 11010111 10000110 11011 0 100110 1010111 10000 100010 1001110 101111

Color Harmonies of #D7861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7861B

Black with #D7861B

Text Example


Text Example

White with #D7861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7861B; }

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

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

background-color css

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

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

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

border-color css

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

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

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