Html Css Color HEX #DD894F Flamenco

📋 copy color: '#DD894F'

red 221 ◦ green 137 ◦ blue 79

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

Shades of Flamenco #DD894F

Tints of Flamenco #DD894F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.08%

R = 50.57%
G = 31.35%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD894F (or 0xDD894F) is known color: Flamenco. HEX triplet: DD, 89 and 4F. RGB value is (221,137,79). Sum of RGB (Red+Green+Blue) = 221+137+79=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 79 (31.25% from 255 or 18.08% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD894F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD894F is #2276B0. Grayscale: #9B9B9B. Windows color (decimal): -2258609 or 5212637. OLE color: 5212637.

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

Color convert

RGB 221 137 79 -
CMYK 0 0.38 0.64 0.13
HSL 24.51º 0.68% 0.59% -
HSV(B) 24.51º 0.64% 0.87% -
XYZ 40.18 33.83 11.81 -
YUV 155.5 84.83 174.72 -
System Red Green Blue C M Y K H S L
Decimal 221 137 79 0 0.38 0.64 0.13 24.51 0.68 0.59
Hex DD 89 4F 0 26 40 D 19 44 3B
Octal 335 211 117 0 46 100 15 31 104 73
Binary 11011101 10001001 1001111 0 100110 1000000 1101 11001 1000100 111011

Color Harmonies of #DD894F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD894F

Black with #DD894F

Text Example


Text Example

White with #DD894F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD894F; }

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

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

background-color css

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

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

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

border-color css

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

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

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