Html Css Color HEX #DD654C Flamingo

📋 copy color: '#DD654C'

red 221 ◦ green 101 ◦ blue 76

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

Shades of Flamingo #DD654C

Tints of Flamingo #DD654C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.38%

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

R = 55.53%
G = 25.38%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD654C (or 0xDD654C) is known color: Flamingo. HEX triplet: DD, 65 and 4C. RGB value is (221,101,76). Sum of RGB (Red+Green+Blue) = 221+101+76=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD654C is #229AB3. Grayscale: #868686. Windows color (decimal): -2267828 or 5006813. OLE color: 5006813.

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

Color convert

RGB 221 101 76 -
CMYK 0 0.54 0.66 0.13
HSL 10.34º 0.68% 0.58% -
HSV(B) 10.34º 0.66% 0.87% -
XYZ 35.78 25.2 9.82 -
YUV 134.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 221 101 76 0 0.54 0.66 0.13 10.34 0.68 0.58
Hex DD 65 4C 0 36 42 D A 44 3A
Octal 335 145 114 0 66 102 15 12 104 72
Binary 11011101 1100101 1001100 0 110110 1000010 1101 1010 1000100 111010

Color Harmonies of #DD654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD654C

Black with #DD654C

Text Example


Text Example

White with #DD654C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD654C; }

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

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

background-color css

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

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

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

border-color css

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

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

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