Html Css Color HEX #DD871F Buttercup

📋 copy color: '#DD871F'

red 221 ◦ green 135 ◦ blue 31

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

Shades of Buttercup #DD871F

Tints of Buttercup #DD871F

RGB

 RED value IS 221 (86.72% from 255) = 57.11%

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

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

R = 57.11%
G = 34.88%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD871F (or 0xDD871F) is known color: Buttercup. HEX triplet: DD, 87 and 1F. RGB value is (221,135,31). Sum of RGB (Red+Green+Blue) = 221+135+31=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD871F is #2278E0. Grayscale: #959595. Windows color (decimal): -2259169 or 2066397. OLE color: 2066397.

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

Color convert

RGB 221 135 31 -
CMYK 0 0.39 0.86 0.13
HSL 32.84º 0.75% 0.49% -
HSV(B) 32.84º 0.86% 0.87% -
XYZ 38.73 32.8 5.59 -
YUV 148.86 61.49 179.46 -
System Red Green Blue C M Y K H S L
Decimal 221 135 31 0 0.39 0.86 0.13 32.84 0.75 0.49
Hex DD 87 1F 0 27 56 D 21 4B 31
Octal 335 207 37 0 47 126 15 41 113 61
Binary 11011101 10000111 11111 0 100111 1010110 1101 100001 1001011 110001

Color Harmonies of #DD871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD871F

Black with #DD871F

Text Example


Text Example

White with #DD871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD871F; }

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

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

background-color css

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

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

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

border-color css

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

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

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