Html Css Color HEX #DC5E43 Flamingo

📋 copy color: '#DC5E43'

red 220 ◦ green 94 ◦ blue 67

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

Shades of Flamingo #DC5E43

Tints of Flamingo #DC5E43

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.67%

 BLUE value IS 67 (26.56% from 255) = 17.59%

R = 57.74%
G = 24.67%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC5E43 (or 0xDC5E43) is known color: Flamingo. HEX triplet: DC, 5E and 43. RGB value is (220,94,67). Sum of RGB (Red+Green+Blue) = 220+94+67=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5E43 is #23A1BC. Grayscale: #808080. Windows color (decimal): -2335165 or 4415196. OLE color: 4415196.

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

Color convert

RGB 220 94 67 -
CMYK 0 0.57 0.70 0.14
HSL 10.59º 0.69% 0.56% -
HSV(B) 10.59º 0.7% 0.86% -
XYZ 34.53 23.63 8.05 -
YUV 128.6 93.24 193.2 -
System Red Green Blue C M Y K H S L
Decimal 220 94 67 0 0.57 0.70 0.14 10.59 0.69 0.56
Hex DC 5E 43 0 39 46 E B 45 38
Octal 334 136 103 0 71 106 16 13 105 70
Binary 11011100 1011110 1000011 0 111001 1000110 1110 1011 1000101 111000

Color Harmonies of #DC5E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E43

Black with #DC5E43

Text Example


Text Example

White with #DC5E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E43; }

 p { color: rgb(220,94,67); }

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

background-color css

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

 a { background-color: rgb(220,94,67); }

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

border-color css

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

 span { border-color: rgb(220,94,67); }

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