Html Css Color HEX #DC6054 Flamingo

📋 copy color: '#DC6054'

red 220 ◦ green 96 ◦ blue 84

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

Shades of Flamingo #DC6054

Tints of Flamingo #DC6054

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

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

R = 55%
G = 24%
B = 21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC6054 (or 0xDC6054) is known color: Flamingo. HEX triplet: DC, 60 and 54. RGB value is (220,96,84). Sum of RGB (Red+Green+Blue) = 220+96+84=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6054 is #239FAB. Grayscale: #838383. Windows color (decimal): -2334636 or 5529820. OLE color: 5529820.

HSL color Cylindrical-coordinate representation of color #DC6054: hue angle of 5.29º 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 #DC6054 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 96 84 -
CMYK 0 0.56 0.62 0.14
HSL 5.29º 0.66% 0.6% -
HSV(B) 5.29º 0.62% 0.86% -
XYZ 35.3 24.22 11.2 -
YUV 131.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 220 96 84 0 0.56 0.62 0.14 5.29 0.66 0.6
Hex DC 60 54 0 38 3E E 5 42 3C
Octal 334 140 124 0 70 76 16 5 102 74
Binary 11011100 1100000 1010100 0 111000 111110 1110 101 1000010 111100

Color Harmonies of #DC6054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6054

Black with #DC6054

Text Example


Text Example

White with #DC6054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6054; }

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

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

background-color css

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

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

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

border-color css

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

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

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