Html Css Color HEX #DC6654 Flamingo

📋 copy color: '#DC6654'

red 220 ◦ green 102 ◦ blue 84

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

Shades of Flamingo #DC6654

Tints of Flamingo #DC6654

RGB

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

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

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

R = 54.19%
G = 25.12%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC6654 (or 0xDC6654) is known color: Flamingo. HEX triplet: DC, 66 and 54. RGB value is (220,102,84). Sum of RGB (Red+Green+Blue) = 220+102+84=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6654 is #2399AB. Grayscale: #878787. Windows color (decimal): -2333100 or 5531356. OLE color: 5531356.

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

Color convert

RGB 220 102 84 -
CMYK 0 0.54 0.62 0.14
HSL 7.94º 0.66% 0.6% -
HSV(B) 7.94º 0.62% 0.86% -
XYZ 35.87 25.36 11.39 -
YUV 135.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 220 102 84 0 0.54 0.62 0.14 7.94 0.66 0.6
Hex DC 66 54 0 36 3E E 8 42 3C
Octal 334 146 124 0 66 76 16 10 102 74
Binary 11011100 1100110 1010100 0 110110 111110 1110 1000 1000010 111100

Color Harmonies of #DC6654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6654

Black with #DC6654

Text Example


Text Example

White with #DC6654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6654; }

 p { color: rgb(220,102,84); }

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

background-color css

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

 a { background-color: rgb(220,102,84); }

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

border-color css

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

 span { border-color: rgb(220,102,84); }

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