Html Css Color HEX #DD6753 Flamingo

📋 copy color: '#DD6753'

red 221 ◦ green 103 ◦ blue 83

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

Shades of Flamingo #DD6753

Tints of Flamingo #DD6753

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.31%

 BLUE value IS 83 (32.81% from 255) = 20.39%

R = 54.3%
G = 25.31%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD6753 (or 0xDD6753) is known color: Flamingo. HEX triplet: DD, 67 and 53. RGB value is (221,103,83). Sum of RGB (Red+Green+Blue) = 221+103+83=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6753 is #2298AC. Grayscale: #888888. Windows color (decimal): -2267309 or 5466077. OLE color: 5466077.

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

Color convert

RGB 221 103 83 -
CMYK 0 0.53 0.62 0.13
HSL 8.7º 0.67% 0.6% -
HSV(B) 8.7º 0.62% 0.87% -
XYZ 36.23 25.7 11.23 -
YUV 136 98.09 188.63 -
System Red Green Blue C M Y K H S L
Decimal 221 103 83 0 0.53 0.62 0.13 8.7 0.67 0.6
Hex DD 67 53 0 35 3E D 9 43 3C
Octal 335 147 123 0 65 76 15 11 103 74
Binary 11011101 1100111 1010011 0 110101 111110 1101 1001 1000011 111100

Color Harmonies of #DD6753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6753

Black with #DD6753

Text Example


Text Example

White with #DD6753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6753; }

 p { color: rgb(221,103,83); }

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

background-color css

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

 a { background-color: rgb(221,103,83); }

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

border-color css

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

 span { border-color: rgb(221,103,83); }

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