Html Css Color HEX #DD894A Flamenco

📋 copy color: '#DD894A'

red 221 ◦ green 137 ◦ blue 74

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

Shades of Flamenco #DD894A

Tints of Flamenco #DD894A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.13%

R = 51.16%
G = 31.71%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD894A (or 0xDD894A) is known color: Flamenco. HEX triplet: DD, 89 and 4A. RGB value is (221,137,74). Sum of RGB (Red+Green+Blue) = 221+137+74=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD894A is #2276B5. Grayscale: #9B9B9B. Windows color (decimal): -2258614 or 4884957. OLE color: 4884957.

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

Color convert

RGB 221 137 74 -
CMYK 0 0.38 0.67 0.13
HSL 25.71º 0.68% 0.58% -
HSV(B) 25.71º 0.67% 0.87% -
XYZ 40 33.76 10.89 -
YUV 154.93 82.33 175.12 -
System Red Green Blue C M Y K H S L
Decimal 221 137 74 0 0.38 0.67 0.13 25.71 0.68 0.58
Hex DD 89 4A 0 26 43 D 1A 44 3A
Octal 335 211 112 0 46 103 15 32 104 72
Binary 11011101 10001001 1001010 0 100110 1000011 1101 11010 1000100 111010

Color Harmonies of #DD894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD894A

Black with #DD894A

Text Example


Text Example

White with #DD894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD894A; }

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

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

background-color css

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

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

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

border-color css

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

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

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