Html Css Color HEX #DC6B51 Flamingo

📋 copy color: '#DC6B51'

red 220 ◦ green 107 ◦ blue 81

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

Shades of Flamingo #DC6B51

Tints of Flamingo #DC6B51

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.23%

 BLUE value IS 81 (32.03% from 255) = 19.85%

R = 53.92%
G = 26.23%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC6B51 (or 0xDC6B51) is known color: Flamingo. HEX triplet: DC, 6B and 51. RGB value is (220,107,81). Sum of RGB (Red+Green+Blue) = 220+107+81=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B51 is #2394AE. Grayscale: #8A8A8A. Windows color (decimal): -2331823 or 5336028. OLE color: 5336028.

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

Color convert

RGB 220 107 81 -
CMYK 0 0.51 0.63 0.14
HSL 11.22º 0.67% 0.59% -
HSV(B) 11.22º 0.63% 0.86% -
XYZ 36.26 26.33 10.95 -
YUV 137.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 220 107 81 0 0.51 0.63 0.14 11.22 0.67 0.59
Hex DC 6B 51 0 33 3F E B 43 3B
Octal 334 153 121 0 63 77 16 13 103 73
Binary 11011100 1101011 1010001 0 110011 111111 1110 1011 1000011 111011

Color Harmonies of #DC6B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B51

Black with #DC6B51

Text Example


Text Example

White with #DC6B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B51; }

 p { color: rgb(220,107,81); }

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

background-color css

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

 a { background-color: rgb(220,107,81); }

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

border-color css

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

 span { border-color: rgb(220,107,81); }

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