Html Css Color HEX #DD891D Buttercup

📋 copy color: '#DD891D'

red 221 ◦ green 137 ◦ blue 29

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

Shades of Buttercup #DD891D

Tints of Buttercup #DD891D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.49%

R = 57.11%
G = 35.4%
B = 7.49%

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

#DD891D (or 0xDD891D) is known color: Buttercup. HEX triplet: DD, 89 and 1D. RGB value is (221,137,29). Sum of RGB (Red+Green+Blue) = 221+137+29=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD891D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD891D is #2276E2. Grayscale: #969696. Windows color (decimal): -2258659 or 1935837. OLE color: 1935837.

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

Color convert

RGB 221 137 29 -
CMYK 0 0.38 0.87 0.13
HSL 33.75º 0.77% 0.49% -
HSV(B) 33.75º 0.87% 0.87% -
XYZ 38.99 33.35 5.55 -
YUV 149.8 59.83 178.78 -
System Red Green Blue C M Y K H S L
Decimal 221 137 29 0 0.38 0.87 0.13 33.75 0.77 0.49
Hex DD 89 1D 0 26 57 D 22 4D 31
Octal 335 211 35 0 46 127 15 42 115 61
Binary 11011101 10001001 11101 0 100110 1010111 1101 100010 1001101 110001

Color Harmonies of #DD891D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD891D

Black with #DD891D

Text Example


Text Example

White with #DD891D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD891D; }

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

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

background-color css

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

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

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

border-color css

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

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

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