Html Css Color HEX #DC614F Flamingo

📋 copy color: '#DC614F'

red 220 ◦ green 97 ◦ blue 79

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

Shades of Flamingo #DC614F

Tints of Flamingo #DC614F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.95%

R = 55.56%
G = 24.49%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC614F (or 0xDC614F) is known color: Flamingo. HEX triplet: DC, 61 and 4F. RGB value is (220,97,79). Sum of RGB (Red+Green+Blue) = 220+97+79=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC614F is #239EB0. Grayscale: #838383. Windows color (decimal): -2334385 or 5202396. OLE color: 5202396.

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

Color convert

RGB 220 97 79 -
CMYK 0 0.56 0.64 0.14
HSL 7.66º 0.67% 0.59% -
HSV(B) 7.66º 0.64% 0.86% -
XYZ 35.2 24.33 10.24 -
YUV 131.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 220 97 79 0 0.56 0.64 0.14 7.66 0.67 0.59
Hex DC 61 4F 0 38 40 E 8 43 3B
Octal 334 141 117 0 70 100 16 10 103 73
Binary 11011100 1100001 1001111 0 111000 1000000 1110 1000 1000011 111011

Color Harmonies of #DC614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC614F

Black with #DC614F

Text Example


Text Example

White with #DC614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC614F; }

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

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

background-color css

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

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

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

border-color css

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

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

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