Html Css Color HEX #DD891E Buttercup

📋 copy color: '#DD891E'

red 221 ◦ green 137 ◦ blue 30

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

Shades of Buttercup #DD891E

Tints of Buttercup #DD891E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.73%

R = 56.96%
G = 35.31%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD891E (or 0xDD891E) is known color: Buttercup. HEX triplet: DD, 89 and 1E. RGB value is (221,137,30). Sum of RGB (Red+Green+Blue) = 221+137+30=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD891E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD891E is #2276E1. Grayscale: #969696. Windows color (decimal): -2258658 or 2001373. OLE color: 2001373.

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

Color convert

RGB 221 137 30 -
CMYK 0 0.38 0.86 0.13
HSL 33.61º 0.76% 0.49% -
HSV(B) 33.61º 0.86% 0.87% -
XYZ 39 33.36 5.61 -
YUV 149.92 60.33 178.7 -
System Red Green Blue C M Y K H S L
Decimal 221 137 30 0 0.38 0.86 0.13 33.61 0.76 0.49
Hex DD 89 1E 0 26 56 D 22 4C 31
Octal 335 211 36 0 46 126 15 42 114 61
Binary 11011101 10001001 11110 0 100110 1010110 1101 100010 1001100 110001

Color Harmonies of #DD891E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD891E

Black with #DD891E

Text Example


Text Example

White with #DD891E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD891E; }

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

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

background-color css

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

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

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

border-color css

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

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

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