Html Css Color HEX #DD6B53 Flamingo

📋 copy color: '#DD6B53'

red 221 ◦ green 107 ◦ blue 83

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

Shades of Flamingo #DD6B53

Tints of Flamingo #DD6B53

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.03%

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

R = 53.77%
G = 26.03%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD6B53 (or 0xDD6B53) is known color: Flamingo. HEX triplet: DD, 6B and 53. RGB value is (221,107,83). Sum of RGB (Red+Green+Blue) = 221+107+83=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B53 is #2294AC. Grayscale: #8A8A8A. Windows color (decimal): -2266285 or 5467101. OLE color: 5467101.

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

Color convert

RGB 221 107 83 -
CMYK 0 0.52 0.62 0.13
HSL 10.43º 0.67% 0.6% -
HSV(B) 10.43º 0.62% 0.87% -
XYZ 36.64 26.51 11.37 -
YUV 138.35 96.77 186.95 -
System Red Green Blue C M Y K H S L
Decimal 221 107 83 0 0.52 0.62 0.13 10.43 0.67 0.6
Hex DD 6B 53 0 34 3E D A 43 3C
Octal 335 153 123 0 64 76 15 12 103 74
Binary 11011101 1101011 1010011 0 110100 111110 1101 1010 1000011 111100

Color Harmonies of #DD6B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B53

Black with #DD6B53

Text Example


Text Example

White with #DD6B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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