Html Css Color HEX #DC644C Flamingo

📋 copy color: '#DC644C'

red 220 ◦ green 100 ◦ blue 76

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

Shades of Flamingo #DC644C

Tints of Flamingo #DC644C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.19%

R = 55.56%
G = 25.25%
B = 19.19%

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

#DC644C (or 0xDC644C) is known color: Flamingo. HEX triplet: DC, 64 and 4C. RGB value is (220,100,76). Sum of RGB (Red+Green+Blue) = 220+100+76=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC644C is #239BB3. Grayscale: #858585. Windows color (decimal): -2333620 or 5006556. OLE color: 5006556.

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

Color convert

RGB 220 100 76 -
CMYK 0 0.55 0.65 0.14
HSL 10º 0.67% 0.58% -
HSV(B) 10º 0.65% 0.86% -
XYZ 35.38 24.85 9.77 -
YUV 133.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 220 100 76 0 0.55 0.65 0.14 10 0.67 0.58
Hex DC 64 4C 0 37 41 E A 43 3A
Octal 334 144 114 0 67 101 16 12 103 72
Binary 11011100 1100100 1001100 0 110111 1000001 1110 1010 1000011 111010

Color Harmonies of #DC644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC644C

Black with #DC644C

Text Example


Text Example

White with #DC644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC644C; }

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

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

background-color css

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

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

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

border-color css

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

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

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