Html Css Color HEX #DC6445 Flamingo

📋 copy color: '#DC6445'

red 220 ◦ green 100 ◦ blue 69

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

Shades of Flamingo #DC6445

Tints of Flamingo #DC6445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.74%

R = 56.56%
G = 25.71%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC6445 (or 0xDC6445) is known color: Flamingo. HEX triplet: DC, 64 and 45. RGB value is (220,100,69). Sum of RGB (Red+Green+Blue) = 220+100+69=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6445 is #239BBA. Grayscale: #848484. Windows color (decimal): -2333627 or 4547804. OLE color: 4547804.

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

Color convert

RGB 220 100 69 -
CMYK 0 0.55 0.69 0.14
HSL 12.32º 0.68% 0.57% -
HSV(B) 12.32º 0.69% 0.86% -
XYZ 35.15 24.76 8.56 -
YUV 132.35 92.26 190.52 -
System Red Green Blue C M Y K H S L
Decimal 220 100 69 0 0.55 0.69 0.14 12.32 0.68 0.57
Hex DC 64 45 0 37 45 E C 44 39
Octal 334 144 105 0 67 105 16 14 104 71
Binary 11011100 1100100 1000101 0 110111 1000101 1110 1100 1000100 111001

Color Harmonies of #DC6445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6445

Black with #DC6445

Text Example


Text Example

White with #DC6445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6445; }

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

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

background-color css

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

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

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

border-color css

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

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

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