Html Css Color HEX #D6871C Buttercup

📋 copy color: '#D6871C'

red 214 ◦ green 135 ◦ blue 28

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

Shades of Buttercup #D6871C

Tints of Buttercup #D6871C

RGB

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

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

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

R = 56.76%
G = 35.81%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6871C (or 0xD6871C) is known color: Buttercup. HEX triplet: D6, 87 and 1C. RGB value is (214,135,28). Sum of RGB (Red+Green+Blue) = 214+135+28=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6871C is #2978E3. Grayscale: #929292. Windows color (decimal): -2717924 or 1869782. OLE color: 1869782.

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

Color convert

RGB 214 135 28 -
CMYK 0 0.37 0.87 0.16
HSL 34.52º 0.77% 0.47% -
HSV(B) 34.52º 0.87% 0.84% -
XYZ 36.61 31.71 5.29 -
YUV 146.42 61.17 176.2 -
System Red Green Blue C M Y K H S L
Decimal 214 135 28 0 0.37 0.87 0.16 34.52 0.77 0.47
Hex D6 87 1C 0 25 57 10 23 4D 2F
Octal 326 207 34 0 45 127 20 43 115 57
Binary 11010110 10000111 11100 0 100101 1010111 10000 100011 1001101 101111

Color Harmonies of #D6871C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6871C

Black with #D6871C

Text Example


Text Example

White with #D6871C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6871C; }

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

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

background-color css

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

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

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

border-color css

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

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

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