Html Css Color HEX #DD6B54 Flamingo

📋 copy color: '#DD6B54'

red 221 ◦ green 107 ◦ blue 84

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

Shades of Flamingo #DD6B54

Tints of Flamingo #DD6B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.39%

R = 53.64%
G = 25.97%
B = 20.39%

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

#DD6B54 (or 0xDD6B54) is known color: Flamingo. HEX triplet: DD, 6B and 54. RGB value is (221,107,84). Sum of RGB (Red+Green+Blue) = 221+107+84=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B54 is #2294AB. Grayscale: #8A8A8A. Windows color (decimal): -2266284 or 5532637. OLE color: 5532637.

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

Color convert

RGB 221 107 84 -
CMYK 0 0.52 0.62 0.13
HSL 10.07º 0.67% 0.6% -
HSV(B) 10.07º 0.62% 0.87% -
XYZ 36.68 26.53 11.57 -
YUV 138.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 221 107 84 0 0.52 0.62 0.13 10.07 0.67 0.6
Hex DD 6B 54 0 34 3E D A 43 3C
Octal 335 153 124 0 64 76 15 12 103 74
Binary 11011101 1101011 1010100 0 110100 111110 1101 1010 1000011 111100

Color Harmonies of #DD6B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B54

Black with #DD6B54

Text Example


Text Example

White with #DD6B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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