Html Css Color HEX #DD8548 Flamenco

📋 copy color: '#DD8548'

red 221 ◦ green 133 ◦ blue 72

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

Shades of Flamenco #DD8548

Tints of Flamenco #DD8548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.22%

 BLUE value IS 72 (28.52% from 255) = 16.9%

R = 51.88%
G = 31.22%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD8548 (or 0xDD8548) is known color: Flamenco. HEX triplet: DD, 85 and 48. RGB value is (221,133,72). Sum of RGB (Red+Green+Blue) = 221+133+72=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8548 is #227AB7. Grayscale: #989898. Windows color (decimal): -2259640 or 4752861. OLE color: 4752861.

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

Color convert

RGB 221 133 72 -
CMYK 0 0.40 0.67 0.13
HSL 24.56º 0.69% 0.57% -
HSV(B) 24.56º 0.67% 0.87% -
XYZ 39.38 32.62 10.35 -
YUV 152.36 82.65 176.96 -
System Red Green Blue C M Y K H S L
Decimal 221 133 72 0 0.40 0.67 0.13 24.56 0.69 0.57
Hex DD 85 48 0 28 43 D 19 45 39
Octal 335 205 110 0 50 103 15 31 105 71
Binary 11011101 10000101 1001000 0 101000 1000011 1101 11001 1000101 111001

Color Harmonies of #DD8548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8548

Black with #DD8548

Text Example


Text Example

White with #DD8548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8548; }

 p { color: rgb(221,133,72); }

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

background-color css

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

 a { background-color: rgb(221,133,72); }

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

border-color css

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

 span { border-color: rgb(221,133,72); }

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