Html Css Color HEX #D6871D Buttercup

📋 copy color: '#D6871D'

red 214 ◦ green 135 ◦ blue 29

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

Shades of Buttercup #D6871D

Tints of Buttercup #D6871D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.67%

R = 56.61%
G = 35.71%
B = 7.67%

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

#D6871D (or 0xD6871D) is known color: Buttercup. HEX triplet: D6, 87 and 1D. RGB value is (214,135,29). Sum of RGB (Red+Green+Blue) = 214+135+29=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6871D is #2978E2. Grayscale: #939393. Windows color (decimal): -2717923 or 1935318. OLE color: 1935318.

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

Color convert

RGB 214 135 29 -
CMYK 0 0.37 0.86 0.16
HSL 34.38º 0.76% 0.48% -
HSV(B) 34.38º 0.86% 0.84% -
XYZ 36.62 31.71 5.35 -
YUV 146.54 61.67 176.12 -
System Red Green Blue C M Y K H S L
Decimal 214 135 29 0 0.37 0.86 0.16 34.38 0.76 0.48
Hex D6 87 1D 0 25 56 10 22 4C 30
Octal 326 207 35 0 45 126 20 42 114 60
Binary 11010110 10000111 11101 0 100101 1010110 10000 100010 1001100 110000

Color Harmonies of #D6871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6871D

Black with #D6871D

Text Example


Text Example

White with #D6871D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6871D; }

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

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

background-color css

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

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

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

border-color css

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

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

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