Html Css Color HEX #D6861F Buttercup

📋 copy color: '#D6861F'

red 214 ◦ green 134 ◦ blue 31

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

Shades of Buttercup #D6861F

Tints of Buttercup #D6861F

RGB

 RED value IS 214 (83.98% from 255) = 56.46%

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

 BLUE value IS 31 (12.5% from 255) = 8.18%

R = 56.46%
G = 35.36%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6861F (or 0xD6861F) is known color: Buttercup. HEX triplet: D6, 86 and 1F. RGB value is (214,134,31). Sum of RGB (Red+Green+Blue) = 214+134+31=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6861F is #2979E0. Grayscale: #929292. Windows color (decimal): -2718177 or 2066134. OLE color: 2066134.

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

Color convert

RGB 214 134 31 -
CMYK 0 0.37 0.86 0.16
HSL 33.77º 0.75% 0.48% -
HSV(B) 33.77º 0.86% 0.84% -
XYZ 36.5 31.45 5.44 -
YUV 146.18 63 176.38 -
System Red Green Blue C M Y K H S L
Decimal 214 134 31 0 0.37 0.86 0.16 33.77 0.75 0.48
Hex D6 86 1F 0 25 56 10 22 4B 30
Octal 326 206 37 0 45 126 20 42 113 60
Binary 11010110 10000110 11111 0 100101 1010110 10000 100010 1001011 110000

Color Harmonies of #D6861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6861F

Black with #D6861F

Text Example


Text Example

White with #D6861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6861F; }

 p { color: rgb(214,134,31); }

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

background-color css

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

 a { background-color: rgb(214,134,31); }

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

border-color css

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

 span { border-color: rgb(214,134,31); }

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