Html Css Color HEX #DC644D Flamingo

📋 copy color: '#DC644D'

red 220 ◦ green 100 ◦ blue 77

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

Shades of Flamingo #DC644D

Tints of Flamingo #DC644D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.19%

 BLUE value IS 77 (30.47% from 255) = 19.4%

R = 55.42%
G = 25.19%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC644D (or 0xDC644D) is known color: Flamingo. HEX triplet: DC, 64 and 4D. RGB value is (220,100,77). Sum of RGB (Red+Green+Blue) = 220+100+77=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC644D is #239BB2. Grayscale: #858585. Windows color (decimal): -2333619 or 5072092. OLE color: 5072092.

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

Color convert

RGB 220 100 77 -
CMYK 0 0.55 0.65 0.14
HSL 9.65º 0.67% 0.58% -
HSV(B) 9.65º 0.65% 0.86% -
XYZ 35.41 24.87 9.95 -
YUV 133.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 220 100 77 0 0.55 0.65 0.14 9.65 0.67 0.58
Hex DC 64 4D 0 37 41 E A 43 3A
Octal 334 144 115 0 67 101 16 12 103 72
Binary 11011100 1100100 1001101 0 110111 1000001 1110 1010 1000011 111010

Color Harmonies of #DC644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC644D

Black with #DC644D

Text Example


Text Example

White with #DC644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC644D; }

 p { color: rgb(220,100,77); }

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

background-color css

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

 a { background-color: rgb(220,100,77); }

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

border-color css

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

 span { border-color: rgb(220,100,77); }

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