Html Css Color HEX #DC6855 Flamingo

📋 copy color: '#DC6855'

red 220 ◦ green 104 ◦ blue 85

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

Shades of Flamingo #DC6855

Tints of Flamingo #DC6855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.78%

R = 53.79%
G = 25.43%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC6855 (or 0xDC6855) is known color: Flamingo. HEX triplet: DC, 68 and 55. RGB value is (220,104,85). Sum of RGB (Red+Green+Blue) = 220+104+85=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6855 is #2397AA. Grayscale: #888888. Windows color (decimal): -2332587 or 5597404. OLE color: 5597404.

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

Color convert

RGB 220 104 85 -
CMYK 0 0.53 0.61 0.14
HSL 8.44º 0.66% 0.6% -
HSV(B) 8.44º 0.61% 0.86% -
XYZ 36.11 25.77 11.67 -
YUV 136.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 220 104 85 0 0.53 0.61 0.14 8.44 0.66 0.6
Hex DC 68 55 0 35 3D E 8 42 3C
Octal 334 150 125 0 65 75 16 10 102 74
Binary 11011100 1101000 1010101 0 110101 111101 1110 1000 1000010 111100

Color Harmonies of #DC6855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6855

Black with #DC6855

Text Example


Text Example

White with #DC6855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6855; }

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

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

background-color css

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

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

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

border-color css

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

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

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