Html Css Color HEX #DD872E Buttercup

📋 copy color: '#DD872E'

red 221 ◦ green 135 ◦ blue 46

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

Shades of Buttercup #DD872E

Tints of Buttercup #DD872E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.44%

R = 54.98%
G = 33.58%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD872E (or 0xDD872E) is known color: Buttercup. HEX triplet: DD, 87 and 2E. RGB value is (221,135,46). Sum of RGB (Red+Green+Blue) = 221+135+46=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD872E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD872E is #2278D1. Grayscale: #979797. Windows color (decimal): -2259154 or 3049437. OLE color: 3049437.

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

Color convert

RGB 221 135 46 -
CMYK 0 0.39 0.79 0.13
HSL 30.51º 0.72% 0.52% -
HSV(B) 30.51º 0.79% 0.87% -
XYZ 38.98 32.9 6.88 -
YUV 150.57 68.99 178.24 -
System Red Green Blue C M Y K H S L
Decimal 221 135 46 0 0.39 0.79 0.13 30.51 0.72 0.52
Hex DD 87 2E 0 27 4F D 1F 48 34
Octal 335 207 56 0 47 117 15 37 110 64
Binary 11011101 10000111 101110 0 100111 1001111 1101 11111 1001000 110100

Color Harmonies of #DD872E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD872E

Black with #DD872E

Text Example


Text Example

White with #DD872E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD872E; }

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

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

background-color css

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

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

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

border-color css

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

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

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