Html Css Color HEX #DD891C Buttercup

📋 copy color: '#DD891C'

red 221 ◦ green 137 ◦ blue 28

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

Shades of Buttercup #DD891C

Tints of Buttercup #DD891C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.25%

R = 57.25%
G = 35.49%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD891C (or 0xDD891C) is known color: Buttercup. HEX triplet: DD, 89 and 1C. RGB value is (221,137,28). Sum of RGB (Red+Green+Blue) = 221+137+28=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD891C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD891C is #2276E3. Grayscale: #969696. Windows color (decimal): -2258660 or 1870301. OLE color: 1870301.

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

Color convert

RGB 221 137 28 -
CMYK 0 0.38 0.87 0.13
HSL 33.89º 0.78% 0.49% -
HSV(B) 33.89º 0.87% 0.87% -
XYZ 38.97 33.35 5.48 -
YUV 149.69 59.33 178.86 -
System Red Green Blue C M Y K H S L
Decimal 221 137 28 0 0.38 0.87 0.13 33.89 0.78 0.49
Hex DD 89 1C 0 26 57 D 22 4E 31
Octal 335 211 34 0 46 127 15 42 116 61
Binary 11011101 10001001 11100 0 100110 1010111 1101 100010 1001110 110001

Color Harmonies of #DD891C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD891C

Black with #DD891C

Text Example


Text Example

White with #DD891C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD891C; }

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

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

background-color css

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

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

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

border-color css

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

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

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