Html Css Color HEX #DD871B Buttercup

📋 copy color: '#DD871B'

red 221 ◦ green 135 ◦ blue 27

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

Shades of Buttercup #DD871B

Tints of Buttercup #DD871B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.05%

R = 57.7%
G = 35.25%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD871B (or 0xDD871B) is known color: Buttercup. HEX triplet: DD, 87 and 1B. RGB value is (221,135,27). Sum of RGB (Red+Green+Blue) = 221+135+27=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD871B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD871B is #2278E4. Grayscale: #949494. Windows color (decimal): -2259173 or 1804253. OLE color: 1804253.

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

Color convert

RGB 221 135 27 -
CMYK 0 0.39 0.88 0.13
HSL 33.4º 0.78% 0.49% -
HSV(B) 33.4º 0.88% 0.87% -
XYZ 38.68 32.78 5.33 -
YUV 148.4 59.49 179.78 -
System Red Green Blue C M Y K H S L
Decimal 221 135 27 0 0.39 0.88 0.13 33.4 0.78 0.49
Hex DD 87 1B 0 27 58 D 21 4E 31
Octal 335 207 33 0 47 130 15 41 116 61
Binary 11011101 10000111 11011 0 100111 1011000 1101 100001 1001110 110001

Color Harmonies of #DD871B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD871B

Black with #DD871B

Text Example


Text Example

White with #DD871B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD871B; }

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

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

background-color css

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

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

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

border-color css

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

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

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