Html Css Color HEX #DC6854 Flamingo

📋 copy color: '#DC6854'

red 220 ◦ green 104 ◦ blue 84

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

Shades of Flamingo #DC6854

Tints of Flamingo #DC6854

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.49%

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

R = 53.92%
G = 25.49%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC6854 (or 0xDC6854) is known color: Flamingo. HEX triplet: DC, 68 and 54. RGB value is (220,104,84). Sum of RGB (Red+Green+Blue) = 220+104+84=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6854 is #2397AB. Grayscale: #888888. Windows color (decimal): -2332588 or 5531868. OLE color: 5531868.

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

Color convert

RGB 220 104 84 -
CMYK 0 0.53 0.62 0.14
HSL 8.82º 0.66% 0.6% -
HSV(B) 8.82º 0.62% 0.86% -
XYZ 36.07 25.76 11.46 -
YUV 136.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 220 104 84 0 0.53 0.62 0.14 8.82 0.66 0.6
Hex DC 68 54 0 35 3E E 9 42 3C
Octal 334 150 124 0 65 76 16 11 102 74
Binary 11011100 1101000 1010100 0 110101 111110 1110 1001 1000010 111100

Color Harmonies of #DC6854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6854

Black with #DC6854

Text Example


Text Example

White with #DC6854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6854; }

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

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

background-color css

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

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

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

border-color css

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

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

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