Html Css Color HEX #DD892B Buttercup

📋 copy color: '#DD892B'

red 221 ◦ green 137 ◦ blue 43

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

Shades of Buttercup #DD892B

Tints of Buttercup #DD892B

RGB

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

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

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

R = 55.11%
G = 34.16%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD892B (or 0xDD892B) is known color: Buttercup. HEX triplet: DD, 89 and 2B. RGB value is (221,137,43). Sum of RGB (Red+Green+Blue) = 221+137+43=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD892B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD892B is #2276D4. Grayscale: #979797. Windows color (decimal): -2258645 or 2853341. OLE color: 2853341.

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

Color convert

RGB 221 137 43 -
CMYK 0 0.38 0.81 0.13
HSL 31.69º 0.72% 0.52% -
HSV(B) 31.69º 0.81% 0.87% -
XYZ 39.2 33.44 6.67 -
YUV 151.4 66.83 177.64 -
System Red Green Blue C M Y K H S L
Decimal 221 137 43 0 0.38 0.81 0.13 31.69 0.72 0.52
Hex DD 89 2B 0 26 51 D 20 48 34
Octal 335 211 53 0 46 121 15 40 110 64
Binary 11011101 10001001 101011 0 100110 1010001 1101 100000 1001000 110100

Color Harmonies of #DD892B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD892B

Black with #DD892B

Text Example


Text Example

White with #DD892B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD892B; }

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

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

background-color css

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

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

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

border-color css

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

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

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