Html Css Color HEX #DC6C48 Flamingo

📋 copy color: '#DC6C48'

red 220 ◦ green 108 ◦ blue 72

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

Shades of Flamingo #DC6C48

Tints of Flamingo #DC6C48

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27%

 BLUE value IS 72 (28.52% from 255) = 18%

R = 55%
G = 27%
B = 18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC6C48 (or 0xDC6C48) is known color: Flamingo. HEX triplet: DC, 6C and 48. RGB value is (220,108,72). Sum of RGB (Red+Green+Blue) = 220+108+72=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6C48 is #2393B7. Grayscale: #898989. Windows color (decimal): -2331576 or 4746460. OLE color: 4746460.

HSL color Cylindrical-coordinate representation of color #DC6C48: hue angle of 14.59º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC6C48 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 108 72 -
CMYK 0 0.51 0.67 0.14
HSL 14.59º 0.68% 0.57% -
HSV(B) 14.59º 0.67% 0.86% -
XYZ 36.05 26.41 9.33 -
YUV 137.38 91.11 186.93 -
System Red Green Blue C M Y K H S L
Decimal 220 108 72 0 0.51 0.67 0.14 14.59 0.68 0.57
Hex DC 6C 48 0 33 43 E F 44 39
Octal 334 154 110 0 63 103 16 17 104 71
Binary 11011100 1101100 1001000 0 110011 1000011 1110 1111 1000100 111001

Color Harmonies of #DC6C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C48

Black with #DC6C48

Text Example


Text Example

White with #DC6C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C48; }

 p { color: rgb(220,108,72); }

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

background-color css

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

 a { background-color: rgb(220,108,72); }

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

border-color css

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

 span { border-color: rgb(220,108,72); }

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