Html Css Color HEX #DD871E Buttercup

📋 copy color: '#DD871E'

red 221 ◦ green 135 ◦ blue 30

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

Shades of Buttercup #DD871E

Tints of Buttercup #DD871E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.77%

R = 57.25%
G = 34.97%
B = 7.77%

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

#DD871E (or 0xDD871E) is known color: Buttercup. HEX triplet: DD, 87 and 1E. RGB value is (221,135,30). Sum of RGB (Red+Green+Blue) = 221+135+30=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD871E is #2278E1. Grayscale: #959595. Windows color (decimal): -2259170 or 2000861. OLE color: 2000861.

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

Color convert

RGB 221 135 30 -
CMYK 0 0.39 0.86 0.13
HSL 32.98º 0.76% 0.49% -
HSV(B) 32.98º 0.86% 0.87% -
XYZ 38.72 32.79 5.52 -
YUV 148.74 60.99 179.54 -
System Red Green Blue C M Y K H S L
Decimal 221 135 30 0 0.39 0.86 0.13 32.98 0.76 0.49
Hex DD 87 1E 0 27 56 D 21 4C 31
Octal 335 207 36 0 47 126 15 41 114 61
Binary 11011101 10000111 11110 0 100111 1010110 1101 100001 1001100 110001

Color Harmonies of #DD871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD871E

Black with #DD871E

Text Example


Text Example

White with #DD871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD871E; }

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

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

background-color css

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

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

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

border-color css

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

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

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