Html Css Color HEX #DC6354 Flamingo

📋 copy color: '#DC6354'

red 220 ◦ green 99 ◦ blue 84

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

Shades of Flamingo #DC6354

Tints of Flamingo #DC6354

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.57%

 BLUE value IS 84 (33.2% from 255) = 20.84%

R = 54.59%
G = 24.57%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC6354 (or 0xDC6354) is known color: Flamingo. HEX triplet: DC, 63 and 54. RGB value is (220,99,84). Sum of RGB (Red+Green+Blue) = 220+99+84=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6354 is #239CAB. Grayscale: #858585. Windows color (decimal): -2333868 or 5530588. OLE color: 5530588.

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

Color convert

RGB 220 99 84 -
CMYK 0 0.55 0.62 0.14
HSL 6.62º 0.66% 0.6% -
HSV(B) 6.62º 0.62% 0.86% -
XYZ 35.58 24.78 11.3 -
YUV 133.47 100.09 189.72 -
System Red Green Blue C M Y K H S L
Decimal 220 99 84 0 0.55 0.62 0.14 6.62 0.66 0.6
Hex DC 63 54 0 37 3E E 7 42 3C
Octal 334 143 124 0 67 76 16 7 102 74
Binary 11011100 1100011 1010100 0 110111 111110 1110 111 1000010 111100

Color Harmonies of #DC6354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6354

Black with #DC6354

Text Example


Text Example

White with #DC6354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6354; }

 p { color: rgb(220,99,84); }

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

background-color css

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

 a { background-color: rgb(220,99,84); }

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

border-color css

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

 span { border-color: rgb(220,99,84); }

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