Html Css Color HEX #DD664A Flamingo

📋 copy color: '#DD664A'

red 221 ◦ green 102 ◦ blue 74

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

Shades of Flamingo #DD664A

Tints of Flamingo #DD664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.69%

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 55.67%
G = 25.69%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD664A (or 0xDD664A) is known color: Flamingo. HEX triplet: DD, 66 and 4A. RGB value is (221,102,74). Sum of RGB (Red+Green+Blue) = 221+102+74=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD664A is #2299B5. Grayscale: #868686. Windows color (decimal): -2267574 or 4875997. OLE color: 4875997.

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

Color convert

RGB 221 102 74 -
CMYK 0 0.54 0.67 0.13
HSL 11.43º 0.68% 0.58% -
HSV(B) 11.43º 0.67% 0.87% -
XYZ 35.81 25.37 9.49 -
YUV 134.39 93.92 189.78 -
System Red Green Blue C M Y K H S L
Decimal 221 102 74 0 0.54 0.67 0.13 11.43 0.68 0.58
Hex DD 66 4A 0 36 43 D B 44 3A
Octal 335 146 112 0 66 103 15 13 104 72
Binary 11011101 1100110 1001010 0 110110 1000011 1101 1011 1000100 111010

Color Harmonies of #DD664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD664A

Black with #DD664A

Text Example


Text Example

White with #DD664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD664A; }

 p { color: rgb(221,102,74); }

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

background-color css

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

 a { background-color: rgb(221,102,74); }

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

border-color css

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

 span { border-color: rgb(221,102,74); }

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