Html Css Color HEX #DC6148 Flamingo

📋 copy color: '#DC6148'

red 220 ◦ green 97 ◦ blue 72

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

Shades of Flamingo #DC6148

Tints of Flamingo #DC6148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.94%

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

R = 56.56%
G = 24.94%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC6148 (or 0xDC6148) is known color: Flamingo. HEX triplet: DC, 61 and 48. RGB value is (220,97,72). Sum of RGB (Red+Green+Blue) = 220+97+72=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6148 is #239EB7. Grayscale: #838383. Windows color (decimal): -2334392 or 4743644. OLE color: 4743644.

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

Color convert

RGB 220 97 72 -
CMYK 0 0.56 0.67 0.14
HSL 10.14º 0.68% 0.57% -
HSV(B) 10.14º 0.67% 0.86% -
XYZ 34.96 24.23 8.97 -
YUV 130.93 94.75 191.53 -
System Red Green Blue C M Y K H S L
Decimal 220 97 72 0 0.56 0.67 0.14 10.14 0.68 0.57
Hex DC 61 48 0 38 43 E A 44 39
Octal 334 141 110 0 70 103 16 12 104 71
Binary 11011100 1100001 1001000 0 111000 1000011 1110 1010 1000100 111001

Color Harmonies of #DC6148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6148

Black with #DC6148

Text Example


Text Example

White with #DC6148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6148; }

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

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

background-color css

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

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

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

border-color css

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

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

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