Html Css Color HEX #DC6453 Flamingo

📋 copy color: '#DC6453'

red 220 ◦ green 100 ◦ blue 83

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

Shades of Flamingo #DC6453

Tints of Flamingo #DC6453

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.81%

 BLUE value IS 83 (32.81% from 255) = 20.6%

R = 54.59%
G = 24.81%
B = 20.6%

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

#DC6453 (or 0xDC6453) is known color: Flamingo. HEX triplet: DC, 64 and 53. RGB value is (220,100,83). Sum of RGB (Red+Green+Blue) = 220+100+83=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6453 is #239BAC. Grayscale: #868686. Windows color (decimal): -2333613 or 5465308. OLE color: 5465308.

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

Color convert

RGB 220 100 83 -
CMYK 0 0.55 0.62 0.14
HSL 7.45º 0.66% 0.59% -
HSV(B) 7.45º 0.62% 0.86% -
XYZ 35.63 24.95 11.12 -
YUV 133.94 99.26 189.38 -
System Red Green Blue C M Y K H S L
Decimal 220 100 83 0 0.55 0.62 0.14 7.45 0.66 0.59
Hex DC 64 53 0 37 3E E 7 42 3B
Octal 334 144 123 0 67 76 16 7 102 73
Binary 11011100 1100100 1010011 0 110111 111110 1110 111 1000010 111011

Color Harmonies of #DC6453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6453

Black with #DC6453

Text Example


Text Example

White with #DC6453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6453; }

 p { color: rgb(220,100,83); }

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

background-color css

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

 a { background-color: rgb(220,100,83); }

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

border-color css

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

 span { border-color: rgb(220,100,83); }

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