Html Css Color HEX #D6861D Buttercup

📋 copy color: '#D6861D'

red 214 ◦ green 134 ◦ blue 29

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

Shades of Buttercup #D6861D

Tints of Buttercup #D6861D

RGB

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

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

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

R = 56.76%
G = 35.54%
B = 7.69%

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

#D6861D (or 0xD6861D) is known color: Buttercup. HEX triplet: D6, 86 and 1D. RGB value is (214,134,29). Sum of RGB (Red+Green+Blue) = 214+134+29=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6861D is #2979E2. Grayscale: #929292. Windows color (decimal): -2718179 or 1935062. OLE color: 1935062.

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

Color convert

RGB 214 134 29 -
CMYK 0 0.37 0.86 0.16
HSL 34.05º 0.76% 0.48% -
HSV(B) 34.05º 0.86% 0.84% -
XYZ 36.48 31.44 5.31 -
YUV 145.95 62 176.54 -
System Red Green Blue C M Y K H S L
Decimal 214 134 29 0 0.37 0.86 0.16 34.05 0.76 0.48
Hex D6 86 1D 0 25 56 10 22 4C 30
Octal 326 206 35 0 45 126 20 42 114 60
Binary 11010110 10000110 11101 0 100101 1010110 10000 100010 1001100 110000

Color Harmonies of #D6861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6861D

Black with #D6861D

Text Example


Text Example

White with #D6861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6861D; }

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

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

background-color css

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

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

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

border-color css

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

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

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