Html Css Color HEX #DC6248 Flamingo

📋 copy color: '#DC6248'

red 220 ◦ green 98 ◦ blue 72

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

Shades of Flamingo #DC6248

Tints of Flamingo #DC6248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.13%

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

R = 56.41%
G = 25.13%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC6248 (or 0xDC6248) is known color: Flamingo. HEX triplet: DC, 62 and 48. RGB value is (220,98,72). Sum of RGB (Red+Green+Blue) = 220+98+72=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6248 is #239DB7. Grayscale: #838383. Windows color (decimal): -2334136 or 4743900. OLE color: 4743900.

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

Color convert

RGB 220 98 72 -
CMYK 0 0.55 0.67 0.14
HSL 10.54º 0.68% 0.57% -
HSV(B) 10.54º 0.67% 0.86% -
XYZ 35.05 24.42 9 -
YUV 131.51 94.42 191.11 -
System Red Green Blue C M Y K H S L
Decimal 220 98 72 0 0.55 0.67 0.14 10.54 0.68 0.57
Hex DC 62 48 0 37 43 E B 44 39
Octal 334 142 110 0 67 103 16 13 104 71
Binary 11011100 1100010 1001000 0 110111 1000011 1110 1011 1000100 111001

Color Harmonies of #DC6248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6248

Black with #DC6248

Text Example


Text Example

White with #DC6248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6248; }

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

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

background-color css

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

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

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

border-color css

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

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

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