Html Css Color HEX #DD892E Buttercup

📋 copy color: '#DD892E'

red 221 ◦ green 137 ◦ blue 46

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

Shades of Buttercup #DD892E

Tints of Buttercup #DD892E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.91%

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

R = 54.7%
G = 33.91%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD892E (or 0xDD892E) is known color: Buttercup. HEX triplet: DD, 89 and 2E. RGB value is (221,137,46). Sum of RGB (Red+Green+Blue) = 221+137+46=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD892E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD892E is #2276D1. Grayscale: #989898. Windows color (decimal): -2258642 or 3049949. OLE color: 3049949.

HSL color Cylindrical-coordinate representation of color #DD892E: hue angle of 31.2º 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 #DD892E is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 137 46 -
CMYK 0 0.38 0.79 0.13
HSL 31.2º 0.72% 0.52% -
HSV(B) 31.2º 0.79% 0.87% -
XYZ 39.26 33.46 6.97 -
YUV 151.74 68.33 177.4 -
System Red Green Blue C M Y K H S L
Decimal 221 137 46 0 0.38 0.79 0.13 31.2 0.72 0.52
Hex DD 89 2E 0 26 4F D 1F 48 34
Octal 335 211 56 0 46 117 15 37 110 64
Binary 11011101 10001001 101110 0 100110 1001111 1101 11111 1001000 110100

Color Harmonies of #DD892E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD892E

Black with #DD892E

Text Example


Text Example

White with #DD892E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD892E; }

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

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

background-color css

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

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

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

border-color css

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

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

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