Html Css Color HEX #DC6957 Flamingo

📋 copy color: '#DC6957'

red 220 ◦ green 105 ◦ blue 87

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

Shades of Flamingo #DC6957

Tints of Flamingo #DC6957

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.49%

 BLUE value IS 87 (34.38% from 255) = 21.12%

R = 53.4%
G = 25.49%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC6957 (or 0xDC6957) is known color: Flamingo. HEX triplet: DC, 69 and 57. RGB value is (220,105,87). Sum of RGB (Red+Green+Blue) = 220+105+87=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6957 is #2396A8. Grayscale: #898989. Windows color (decimal): -2332329 or 5728732. OLE color: 5728732.

HSL color Cylindrical-coordinate representation of color #DC6957: hue angle of 8.12º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC6957 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 105 87 -
CMYK 0 0.52 0.60 0.14
HSL 8.12º 0.66% 0.6% -
HSV(B) 8.12º 0.6% 0.86% -
XYZ 36.29 26.01 12.12 -
YUV 137.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 220 105 87 0 0.52 0.60 0.14 8.12 0.66 0.6
Hex DC 69 57 0 34 3C E 8 42 3C
Octal 334 151 127 0 64 74 16 10 102 74
Binary 11011100 1101001 1010111 0 110100 111100 1110 1000 1000010 111100

Color Harmonies of #DC6957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6957

Black with #DC6957

Text Example


Text Example

White with #DC6957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6957; }

 p { color: rgb(220,105,87); }

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

background-color css

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

 a { background-color: rgb(220,105,87); }

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

border-color css

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

 span { border-color: rgb(220,105,87); }

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