Html Css Color HEX #DC6756 Flamingo

📋 copy color: '#DC6756'

red 220 ◦ green 103 ◦ blue 86

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

Shades of Flamingo #DC6756

Tints of Flamingo #DC6756

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.18%

 BLUE value IS 86 (33.98% from 255) = 21.03%

R = 53.79%
G = 25.18%
B = 21.03%

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

#DC6756 (or 0xDC6756) is known color: Flamingo. HEX triplet: DC, 67 and 56. RGB value is (220,103,86). Sum of RGB (Red+Green+Blue) = 220+103+86=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6756 is #2398A9. Grayscale: #888888. Windows color (decimal): -2332842 or 5662684. OLE color: 5662684.

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

Color convert

RGB 220 103 86 -
CMYK 0 0.53 0.61 0.14
HSL 7.61º 0.66% 0.6% -
HSV(B) 7.61º 0.61% 0.86% -
XYZ 36.05 25.59 11.84 -
YUV 136.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 220 103 86 0 0.53 0.61 0.14 7.61 0.66 0.6
Hex DC 67 56 0 35 3D E 8 42 3C
Octal 334 147 126 0 65 75 16 10 102 74
Binary 11011100 1100111 1010110 0 110101 111101 1110 1000 1000010 111100

Color Harmonies of #DC6756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6756

Black with #DC6756

Text Example


Text Example

White with #DC6756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6756; }

 p { color: rgb(220,103,86); }

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

background-color css

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

 a { background-color: rgb(220,103,86); }

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

border-color css

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

 span { border-color: rgb(220,103,86); }

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