Html Css Color HEX #DD891F Buttercup

📋 copy color: '#DD891F'

red 221 ◦ green 137 ◦ blue 31

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

Shades of Buttercup #DD891F

Tints of Buttercup #DD891F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.97%

R = 56.81%
G = 35.22%
B = 7.97%

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

#DD891F (or 0xDD891F) is known color: Buttercup. HEX triplet: DD, 89 and 1F. RGB value is (221,137,31). Sum of RGB (Red+Green+Blue) = 221+137+31=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD891F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD891F is #2276E0. Grayscale: #969696. Windows color (decimal): -2258657 or 2066909. OLE color: 2066909.

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

Color convert

RGB 221 137 31 -
CMYK 0 0.38 0.86 0.13
HSL 33.47º 0.75% 0.49% -
HSV(B) 33.47º 0.86% 0.87% -
XYZ 39.01 33.36 5.68 -
YUV 150.03 60.83 178.62 -
System Red Green Blue C M Y K H S L
Decimal 221 137 31 0 0.38 0.86 0.13 33.47 0.75 0.49
Hex DD 89 1F 0 26 56 D 21 4B 31
Octal 335 211 37 0 46 126 15 41 113 61
Binary 11011101 10001001 11111 0 100110 1010110 1101 100001 1001011 110001

Color Harmonies of #DD891F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD891F

Black with #DD891F

Text Example


Text Example

White with #DD891F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD891F; }

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

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

background-color css

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

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

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

border-color css

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

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

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