Html Css Color HEX #DD8851 Flamenco

📋 copy color: '#DD8851'

red 221 ◦ green 136 ◦ blue 81

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

Shades of Flamenco #DD8851

Tints of Flamenco #DD8851

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.05%

 BLUE value IS 81 (32.03% from 255) = 18.49%

R = 50.46%
G = 31.05%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD8851 (or 0xDD8851) is known color: Flamenco. HEX triplet: DD, 88 and 51. RGB value is (221,136,81). Sum of RGB (Red+Green+Blue) = 221+136+81=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 81 (32.03% from 255 or 18.49% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8851 is #2277AE. Grayscale: #9B9B9B. Windows color (decimal): -2258863 or 5343453. OLE color: 5343453.

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

Color convert

RGB 221 136 81 -
CMYK 0 0.38 0.63 0.13
HSL 23.57º 0.67% 0.59% -
HSV(B) 23.57º 0.63% 0.87% -
XYZ 40.11 33.57 12.15 -
YUV 155.15 86.16 174.97 -
System Red Green Blue C M Y K H S L
Decimal 221 136 81 0 0.38 0.63 0.13 23.57 0.67 0.59
Hex DD 88 51 0 26 3F D 18 43 3B
Octal 335 210 121 0 46 77 15 30 103 73
Binary 11011101 10001000 1010001 0 100110 111111 1101 11000 1000011 111011

Color Harmonies of #DD8851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8851

Black with #DD8851

Text Example


Text Example

White with #DD8851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8851; }

 p { color: rgb(221,136,81); }

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

background-color css

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

 a { background-color: rgb(221,136,81); }

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

border-color css

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

 span { border-color: rgb(221,136,81); }

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