Html Css Color HEX #DD864F Flamenco

📋 copy color: '#DD864F'

red 221 ◦ green 134 ◦ blue 79

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

Shades of Flamenco #DD864F

Tints of Flamenco #DD864F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.88%

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

R = 50.92%
G = 30.88%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD864F (or 0xDD864F) is known color: Flamenco. HEX triplet: DD, 86 and 4F. RGB value is (221,134,79). Sum of RGB (Red+Green+Blue) = 221+134+79=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 79 (31.25% from 255 or 18.20% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD864F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD864F is #2279B0. Grayscale: #9A9A9A. Windows color (decimal): -2259377 or 5211869. OLE color: 5211869.

HSL color Cylindrical-coordinate representation of color #DD864F: hue angle of 23.24º 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 #DD864F is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 134 79 -
CMYK 0 0.39 0.64 0.13
HSL 23.24º 0.68% 0.59% -
HSV(B) 23.24º 0.64% 0.87% -
XYZ 39.76 32.99 11.67 -
YUV 153.74 85.82 175.97 -
System Red Green Blue C M Y K H S L
Decimal 221 134 79 0 0.39 0.64 0.13 23.24 0.68 0.59
Hex DD 86 4F 0 27 40 D 17 44 3B
Octal 335 206 117 0 47 100 15 27 104 73
Binary 11011101 10000110 1001111 0 100111 1000000 1101 10111 1000100 111011

Color Harmonies of #DD864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD864F

Black with #DD864F

Text Example


Text Example

White with #DD864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD864F; }

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

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

background-color css

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

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

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

border-color css

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

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

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