Html Css Color HEX #DD8C48 Flamenco

📋 copy color: '#DD8C48'

red 221 ◦ green 140 ◦ blue 72

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

Shades of Flamenco #DD8C48

Tints of Flamenco #DD8C48

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.33%

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

R = 51.04%
G = 32.33%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD8C48 (or 0xDD8C48) is known color: Flamenco. HEX triplet: DD, 8C and 48. RGB value is (221,140,72). Sum of RGB (Red+Green+Blue) = 221+140+72=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8C48 is #2273B7. Grayscale: #9C9C9C. Windows color (decimal): -2257848 or 4754653. OLE color: 4754653.

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

Color convert

RGB 221 140 72 -
CMYK 0 0.37 0.67 0.13
HSL 27.38º 0.69% 0.57% -
HSV(B) 27.38º 0.67% 0.87% -
XYZ 40.37 34.6 10.68 -
YUV 156.47 80.34 174.03 -
System Red Green Blue C M Y K H S L
Decimal 221 140 72 0 0.37 0.67 0.13 27.38 0.69 0.57
Hex DD 8C 48 0 25 43 D 1B 45 39
Octal 335 214 110 0 45 103 15 33 105 71
Binary 11011101 10001100 1001000 0 100101 1000011 1101 11011 1000101 111001

Color Harmonies of #DD8C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C48

Black with #DD8C48

Text Example


Text Example

White with #DD8C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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