Html Css Color HEX #DD872B Buttercup

📋 copy color: '#DD872B'

red 221 ◦ green 135 ◦ blue 43

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

Shades of Buttercup #DD872B

Tints of Buttercup #DD872B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.78%

R = 55.39%
G = 33.83%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD872B (or 0xDD872B) is known color: Buttercup. HEX triplet: DD, 87 and 2B. RGB value is (221,135,43). Sum of RGB (Red+Green+Blue) = 221+135+43=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD872B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD872B is #2278D4. Grayscale: #969696. Windows color (decimal): -2259157 or 2852829. OLE color: 2852829.

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

Color convert

RGB 221 135 43 -
CMYK 0 0.39 0.81 0.13
HSL 31.01º 0.72% 0.52% -
HSV(B) 31.01º 0.81% 0.87% -
XYZ 38.92 32.87 6.58 -
YUV 150.23 67.49 178.48 -
System Red Green Blue C M Y K H S L
Decimal 221 135 43 0 0.39 0.81 0.13 31.01 0.72 0.52
Hex DD 87 2B 0 27 51 D 1F 48 34
Octal 335 207 53 0 47 121 15 37 110 64
Binary 11011101 10000111 101011 0 100111 1010001 1101 11111 1001000 110100

Color Harmonies of #DD872B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD872B

Black with #DD872B

Text Example


Text Example

White with #DD872B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD872B; }

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

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

background-color css

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

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

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

border-color css

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

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

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