Html Css Color HEX #DC6552 Flamingo

📋 copy color: '#DC6552'

red 220 ◦ green 101 ◦ blue 82

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

Shades of Flamingo #DC6552

Tints of Flamingo #DC6552

RGB

 RED value IS 220 (86.33% from 255) = 54.59%

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

 BLUE value IS 82 (32.42% from 255) = 20.35%

R = 54.59%
G = 25.06%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC6552 (or 0xDC6552) is known color: Flamingo. HEX triplet: DC, 65 and 52. RGB value is (220,101,82). Sum of RGB (Red+Green+Blue) = 220+101+82=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6552 is #239AAD. Grayscale: #868686. Windows color (decimal): -2333358 or 5400028. OLE color: 5400028.

HSL color Cylindrical-coordinate representation of color #DC6552: hue angle of 8.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC6552 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 101 82 -
CMYK 0 0.54 0.63 0.14
HSL 8.26º 0.66% 0.59% -
HSV(B) 8.26º 0.63% 0.86% -
XYZ 35.69 25.13 10.95 -
YUV 134.42 98.42 189.04 -
System Red Green Blue C M Y K H S L
Decimal 220 101 82 0 0.54 0.63 0.14 8.26 0.66 0.59
Hex DC 65 52 0 36 3F E 8 42 3B
Octal 334 145 122 0 66 77 16 10 102 73
Binary 11011100 1100101 1010010 0 110110 111111 1110 1000 1000010 111011

Color Harmonies of #DC6552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6552

Black with #DC6552

Text Example


Text Example

White with #DC6552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6552; }

 p { color: rgb(220,101,82); }

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

background-color css

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

 a { background-color: rgb(220,101,82); }

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

border-color css

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

 span { border-color: rgb(220,101,82); }

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