Html Css Color HEX #DA871F Buttercup

📋 copy color: '#DA871F'

red 218 ◦ green 135 ◦ blue 31

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

Shades of Buttercup #DA871F

Tints of Buttercup #DA871F

RGB

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

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

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

R = 56.77%
G = 35.16%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA871F (or 0xDA871F) is known color: Buttercup. HEX triplet: DA, 87 and 1F. RGB value is (218,135,31). Sum of RGB (Red+Green+Blue) = 218+135+31=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA871F is #2578E0. Grayscale: #949494. Windows color (decimal): -2455777 or 2066394. OLE color: 2066394.

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

Color convert

RGB 218 135 31 -
CMYK 0 0.38 0.86 0.15
HSL 33.37º 0.75% 0.49% -
HSV(B) 33.37º 0.86% 0.85% -
XYZ 37.82 32.33 5.54 -
YUV 147.96 62 177.96 -
System Red Green Blue C M Y K H S L
Decimal 218 135 31 0 0.38 0.86 0.15 33.37 0.75 0.49
Hex DA 87 1F 0 26 56 F 21 4B 31
Octal 332 207 37 0 46 126 17 41 113 61
Binary 11011010 10000111 11111 0 100110 1010110 1111 100001 1001011 110001

Color Harmonies of #DA871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA871F

Black with #DA871F

Text Example


Text Example

White with #DA871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA871F; }

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

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

background-color css

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

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

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

border-color css

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

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

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