Html Css Color HEX #D6871E Buttercup

📋 copy color: '#D6871E'

red 214 ◦ green 135 ◦ blue 30

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

Shades of Buttercup #D6871E

Tints of Buttercup #D6871E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.62%

 BLUE value IS 30 (12.11% from 255) = 7.92%

R = 56.46%
G = 35.62%
B = 7.92%

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

#D6871E (or 0xD6871E) is known color: Buttercup. HEX triplet: D6, 87 and 1E. RGB value is (214,135,30). Sum of RGB (Red+Green+Blue) = 214+135+30=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6871E is #2978E1. Grayscale: #939393. Windows color (decimal): -2717922 or 2000854. OLE color: 2000854.

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

Color convert

RGB 214 135 30 -
CMYK 0 0.37 0.86 0.16
HSL 34.24º 0.75% 0.48% -
HSV(B) 34.24º 0.86% 0.84% -
XYZ 36.63 31.72 5.42 -
YUV 146.65 62.17 176.04 -
System Red Green Blue C M Y K H S L
Decimal 214 135 30 0 0.37 0.86 0.16 34.24 0.75 0.48
Hex D6 87 1E 0 25 56 10 22 4B 30
Octal 326 207 36 0 45 126 20 42 113 60
Binary 11010110 10000111 11110 0 100101 1010110 10000 100010 1001011 110000

Color Harmonies of #D6871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6871E

Black with #D6871E

Text Example


Text Example

White with #D6871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6871E; }

 p { color: rgb(214,135,30); }

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

background-color css

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

 a { background-color: rgb(214,135,30); }

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

border-color css

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

 span { border-color: rgb(214,135,30); }

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