Html Css Color HEX #DC5C4B Flamingo

📋 copy color: '#DC5C4B'

red 220 ◦ green 92 ◦ blue 75

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

Shades of Flamingo #DC5C4B

Tints of Flamingo #DC5C4B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.77%

 BLUE value IS 75 (29.69% from 255) = 19.38%

R = 56.85%
G = 23.77%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC5C4B (or 0xDC5C4B) is known color: Flamingo. HEX triplet: DC, 5C and 4B. RGB value is (220,92,75). Sum of RGB (Red+Green+Blue) = 220+92+75=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5C4B is #23A3B4. Grayscale: #808080. Windows color (decimal): -2335669 or 4938972. OLE color: 4938972.

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

Color convert

RGB 220 92 75 -
CMYK 0 0.58 0.66 0.14
HSL 7.03º 0.67% 0.58% -
HSV(B) 7.03º 0.66% 0.86% -
XYZ 34.61 23.38 9.34 -
YUV 128.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 220 92 75 0 0.58 0.66 0.14 7.03 0.67 0.58
Hex DC 5C 4B 0 3A 42 E 7 43 3A
Octal 334 134 113 0 72 102 16 7 103 72
Binary 11011100 1011100 1001011 0 111010 1000010 1110 111 1000011 111010

Color Harmonies of #DC5C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C4B

Black with #DC5C4B

Text Example


Text Example

White with #DC5C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C4B; }

 p { color: rgb(220,92,75); }

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

background-color css

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

 a { background-color: rgb(220,92,75); }

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

border-color css

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

 span { border-color: rgb(220,92,75); }

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