Html Css Color HEX #DC5F45 Flamingo

📋 copy color: '#DC5F45'

red 220 ◦ green 95 ◦ blue 69

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

Shades of Flamingo #DC5F45

Tints of Flamingo #DC5F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.74%

 BLUE value IS 69 (27.34% from 255) = 17.97%

R = 57.29%
G = 24.74%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC5F45 (or 0xDC5F45) is known color: Flamingo. HEX triplet: DC, 5F and 45. RGB value is (220,95,69). Sum of RGB (Red+Green+Blue) = 220+95+69=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5F45 is #23A0BA. Grayscale: #818181. Windows color (decimal): -2334907 or 4546524. OLE color: 4546524.

HSL color Cylindrical-coordinate representation of color #DC5F45: hue angle of 10.33º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC5F45 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 95 69 -
CMYK 0 0.57 0.69 0.14
HSL 10.33º 0.68% 0.57% -
HSV(B) 10.33º 0.69% 0.86% -
XYZ 34.68 23.83 8.4 -
YUV 129.41 93.91 192.61 -
System Red Green Blue C M Y K H S L
Decimal 220 95 69 0 0.57 0.69 0.14 10.33 0.68 0.57
Hex DC 5F 45 0 39 45 E A 44 39
Octal 334 137 105 0 71 105 16 12 104 71
Binary 11011100 1011111 1000101 0 111001 1000101 1110 1010 1000100 111001

Color Harmonies of #DC5F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F45

Black with #DC5F45

Text Example


Text Example

White with #DC5F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F45; }

 p { color: rgb(220,95,69); }

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

background-color css

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

 a { background-color: rgb(220,95,69); }

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

border-color css

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

 span { border-color: rgb(220,95,69); }

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