Html Css Color HEX #DA861F Buttercup

📋 copy color: '#DA861F'

red 218 ◦ green 134 ◦ blue 31

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

Shades of Buttercup #DA861F

Tints of Buttercup #DA861F

RGB

 RED value IS 218 (85.55% from 255) = 56.92%

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

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

R = 56.92%
G = 34.99%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA861F (or 0xDA861F) is known color: Buttercup. HEX triplet: DA, 86 and 1F. RGB value is (218,134,31). Sum of RGB (Red+Green+Blue) = 218+134+31=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA861F is #2579E0. Grayscale: #939393. Windows color (decimal): -2456033 or 2066138. OLE color: 2066138.

HSL color Cylindrical-coordinate representation of color #DA861F: hue angle of 33.05º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA861F is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 134 31 -
CMYK 0 0.39 0.86 0.15
HSL 33.05º 0.75% 0.49% -
HSV(B) 33.05º 0.86% 0.85% -
XYZ 37.69 32.05 5.5 -
YUV 147.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 218 134 31 0 0.39 0.86 0.15 33.05 0.75 0.49
Hex DA 86 1F 0 27 56 F 21 4B 31
Octal 332 206 37 0 47 126 17 41 113 61
Binary 11011010 10000110 11111 0 100111 1010110 1111 100001 1001011 110001

Color Harmonies of #DA861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA861F

Black with #DA861F

Text Example


Text Example

White with #DA861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA861F; }

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

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

background-color css

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

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

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

border-color css

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

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

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