Html Css Color HEX #DC6648 Flamingo

📋 copy color: '#DC6648'

red 220 ◦ green 102 ◦ blue 72

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

Shades of Flamingo #DC6648

Tints of Flamingo #DC6648

RGB

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

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

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

R = 55.84%
G = 25.89%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC6648 (or 0xDC6648) is known color: Flamingo. HEX triplet: DC, 66 and 48. RGB value is (220,102,72). Sum of RGB (Red+Green+Blue) = 220+102+72=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6648 is #2399B7. Grayscale: #868686. Windows color (decimal): -2333112 or 4744924. OLE color: 4744924.

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

Color convert

RGB 220 102 72 -
CMYK 0 0.54 0.67 0.14
HSL 12.16º 0.68% 0.57% -
HSV(B) 12.16º 0.67% 0.86% -
XYZ 35.44 25.19 9.12 -
YUV 133.86 93.09 189.44 -
System Red Green Blue C M Y K H S L
Decimal 220 102 72 0 0.54 0.67 0.14 12.16 0.68 0.57
Hex DC 66 48 0 36 43 E C 44 39
Octal 334 146 110 0 66 103 16 14 104 71
Binary 11011100 1100110 1001000 0 110110 1000011 1110 1100 1000100 111001

Color Harmonies of #DC6648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6648

Black with #DC6648

Text Example


Text Example

White with #DC6648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6648; }

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

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

background-color css

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

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

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

border-color css

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

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

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