Html Css Color HEX #DD894C Flamenco

📋 copy color: '#DD894C'

red 221 ◦ green 137 ◦ blue 76

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

Shades of Flamenco #DD894C

Tints of Flamenco #DD894C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.51%

R = 50.92%
G = 31.57%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD894C (or 0xDD894C) is known color: Flamenco. HEX triplet: DD, 89 and 4C. RGB value is (221,137,76). Sum of RGB (Red+Green+Blue) = 221+137+76=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD894C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD894C is #2276B3. Grayscale: #9B9B9B. Windows color (decimal): -2258612 or 5016029. OLE color: 5016029.

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

Color convert

RGB 221 137 76 -
CMYK 0 0.38 0.66 0.13
HSL 25.24º 0.68% 0.58% -
HSV(B) 25.24º 0.66% 0.87% -
XYZ 40.07 33.79 11.25 -
YUV 155.16 83.33 174.96 -
System Red Green Blue C M Y K H S L
Decimal 221 137 76 0 0.38 0.66 0.13 25.24 0.68 0.58
Hex DD 89 4C 0 26 42 D 19 44 3A
Octal 335 211 114 0 46 102 15 31 104 72
Binary 11011101 10001001 1001100 0 100110 1000010 1101 11001 1000100 111010

Color Harmonies of #DD894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD894C

Black with #DD894C

Text Example


Text Example

White with #DD894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD894C; }

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

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

background-color css

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

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

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

border-color css

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

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

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